We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644b8ce commit 4ea5f9cCopy full SHA for 4ea5f9c
foo.go
@@ -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