Documentation
¶
Index ¶
Constants ¶
View Source
const Unset = "unset"
Unset is a sentinel value.
Variables ¶
View Source
var ( // Program is updated to the full main program path if [debug.BuildInfo] is available. Program = os.Args[0] // Version is the semantic version of the build or Unset. Version = Unset // Checksum is the commit hash of the build or Unset. Checksum = Unset ChecksumPrefix = Unset )
Version and Checksum are set at compile time via build arguments.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.