mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 19:22:42 +08:00
14 lines
148 B
Go
14 lines
148 B
Go
package base
|
|
|
|
const (
|
|
APP_NAME = "AnyLink"
|
|
)
|
|
|
|
var (
|
|
// APP_VER app版本号
|
|
APP_VER = "0.0.1"
|
|
// 提交id
|
|
CommitId string
|
|
BuildDate string
|
|
)
|