init
This commit is contained in:
10
vars/build.go
Normal file
10
vars/build.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package vars
|
||||
|
||||
// build ldflags -x
|
||||
var (
|
||||
VERSION string = "0.0"
|
||||
BUILD_TIME string = "2006-01-02 15:04:05" //time.Now().Format("2006-01-02 15:04:05")
|
||||
GO_VERSION string = "unset" // runtime.GOOS + "/" + runtime.GOARCH + " " + runtime.Version()
|
||||
ServiceKey string = "unset"
|
||||
HostName string = "unset"
|
||||
)
|
||||
Reference in New Issue
Block a user