fix: adjustment directory structure

This commit is contained in:
zhangsz
2025-03-25 09:46:16 +08:00
parent e9b29a109d
commit 63ec6e5b14
167 changed files with 374 additions and 21127 deletions

View File

@@ -0,0 +1,7 @@
package version
var VERSION = "2020-03-31-01"
func GetVersion() (version string) {
return VERSION
}