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 49a86a0 commit 644b8ceCopy full SHA for 644b8ce
main.go
@@ -4,6 +4,7 @@ import "fmt"
4
5
func main() {
6
fmt.Println("Hello")
7
+ foo("a")
8
}
9
10
func foo(a string) error {
0 commit comments