Skip to content

Commit 9b8d561

Browse files
committed
Export a method
1 parent c811996 commit 9b8d561

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎main.go‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ import (
99
func main() {
1010
fmt.Println(p.Version())
1111
}
12+
13+
func ModA() string {
14+
return "ModA"
15+
}

0 commit comments

Comments
 (0)