Documentation
¶
Overview ¶
Package version provides build and version information for Spotter
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version of the build Version = "dev" // CommitHash is the git commit hash of the build CommitHash = "unknown" // BuildDate is the date when the binary was built BuildDate = "unknown" // GoVersion is the Go version used to build the binary GoVersion = "unknown" )
Build information. These values are set via ldflags during build.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.