add test go package
This commit is contained in:
5
packages/bb.go
Normal file
5
packages/bb.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package go_subdir
|
||||
|
||||
func BB(x, y int) int {
|
||||
return x + y + 4
|
||||
}
|
Reference in New Issue
Block a user