Documentation
¶
Overview ¶
Package metadata contains build-time metadata for the RLA service. These variables are set by the build system using -ldflags.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the version of RLA, set by the build system Version = "dev" // BuildTime is the time the binary was built, set by the build system BuildTime = "unknown" // GitCommit is the git commit hash, set by the build system GitCommit = "unknown" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.