Skip to content

Commit 9eb488e

Browse files
committed
feat: foo foo
1 parent 63ba116 commit 9eb488e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

foo.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ package main
33
import "fmt"
44

55
func Foo() {
6-
fmt.Println("Bada")
6+
foo("a")
7+
fmt.Println("Bada")
78
}
89

910
func Bar() {
10-
fmt.Println("Bada?")
11+
fmt.Println("Bada?")
1112
}

0 commit comments

Comments
 (0)