add test go package
This commit is contained in:
5
packages/README.md
Normal file
5
packages/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# test readme in packages
|
||||
|
||||
...
|
||||
|
||||
|
5
packages/aa/aa.go
Normal file
5
packages/aa/aa.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package aa
|
||||
|
||||
func AA(x, y int) int {
|
||||
return x + y + 1
|
||||
}
|
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
|
||||
}
|
3
packages/go.mod
Normal file
3
packages/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module www.zhao1012112796.top/testg/go_subdir
|
||||
|
||||
go 1.25.0
|
Reference in New Issue
Block a user