Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Program is the name of the program Program = "edge" // ProgramUpper is the name of the program in uppercase ProgramUpper = strings.ToUpper(Program) // Version is the version of the program Version = "v0.0.1-alpha3" // GitCommit is the git commit of the program GitCommit = "HEAD" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.