Documentation
¶
Overview ¶
Package constants defines program-wide constant values.
Index ¶
Constants ¶
View Source
const ( // ProgramIdentifier is the program identifier for the program. ProgramIdentifier = "gate" // ProgramPrettyIdentifier is the pretty program identifier for the program. ProgramPrettyIdentifier = "GATE" )
Variables ¶
View Source
var ( Version = "unknown" BuildTimestamp = "unknown" CommitHash = "unknown" )
Build information is set at build time using ldflags.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.