package version // Version 项目版本号 const Version = "1.0.1" // GetVersion 获取版本号 func GetVersion() string { return Version }