Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // GitRevision is the git revision associated with this build. GitRevision = "unknown" // GitBranch is the git branch associated with this build. GitBranch = "unknown" // GitTag is the git tag associated with this build. GitTag = "unknown" // BuildDate is the date this build was created. BuildDate = "unknown" // BuildTimeUnix is the seconds since epoch representing the date this build was created. BuildTimeUnix = "0" // BuildPlatform is the platform used to build. BuildPlatform = "unknown" // GoVersion is the current runtime version. GoVersion = runtime.Version() )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.