Documentation ¶
Overview ¶
Package version is used to store the version of the server during runtime. The values are set during runtime in the main package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the version of the server. Version = "" // CommitSHA is the commit SHA of the server. CommitSHA = "" // CommitDate is the commit date of the server. CommitDate = "" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.