Skip to content

Commit 4ea5f9c

Browse files
committed
oops: 03
1 parent 644b8ce commit 4ea5f9c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

foo.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package main
2+
3+
import "fmt"
4+
5+
func Foo() {
6+
fmt.Println("Bada")
7+
foo("a")
8+
}

0 commit comments

Comments
 (0)