first commit

This commit is contained in:
Jesse Qu 2024-11-18 14:36:16 +08:00
commit 9dcae186cd
2 changed files with 6 additions and 0 deletions

3
base.go Normal file
View File

@ -0,0 +1,3 @@
package base
var Name string

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module testBase
go 1.22.3