Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Arch represents the architecture information for the package. Arch = runtime.GOARCH // Commit represents the git commit information for the package. Commit string // Compiler represents the compiler information for the package. Compiler = runtime.Compiler // Date represents the build date information for the package. Date string // Go represents the golang version information for the package. Go = runtime.Version() // OS represents the operating system information for the package. OS = runtime.GOOS // Tag represents the git tag information for the package. Tag string )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.