Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CurrentCommit current git commit hash CurrentCommit = "" // CurrentBranch current git branch CurrentBranch = "" // CurrentVersion current project version CurrentVersion = "0.0.0" // BuildDate compile date BuildDate = "" // GoVersion system go version GoVersion = runtime.Version() // Platform info Platform = fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.