Skip to content

Commit 19e3212

Browse files
committed
feat: oops
1 parent d5fb74f commit 19e3212

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

foo.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ func Foo() {
66
foo("a")
77
fmt.Println("Bada")
88
}
9+
10+
func Bar() {
11+
foo("b")
12+
fmt.Println("Bada?")
13+
}

0 commit comments

Comments
 (0)