Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version contains the build version, or 'development' if this is a // development build. Version = "devlopment" // Commit contains the commit hash of the build, or 'development' if this // is a development build. Commit = "development" // Date contains the built date, or the current time if this is a // development build. Date = time.Now().UTC().Format(time.RFC3339) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.