You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
155 B

package util
var (
// Version 版本号
Version = "0.0.1"
// Hash 版本号
Hash = "hash"
// BuildAt 编译时间
BuildAt = "2006-01-02 00:00:00"
)