package base

const (
	APP_NAME = "AnyLink"
)

var (
	// APP_VER app版本号
	APP_VER = "0.0.1"
	// 提交id
	CommitId  string
	BuildDate string
)