Documentation ¶ Index ¶ Variables func Run() error type Info Constants ¶ This section is empty. Variables ¶ View Source var ( Version = "0.0.0" GitCommit = "$Format:%H$" // sha1 from git, output of $(git rev-parse HEAD) BuildDate = "1970-01-01T00:00:00Z" // build date in ISO8601 format, output of $(date -u +'%Y-%m-%dT%H:%M:%SZ') ) Functions ¶ func Run ¶ func Run() error Types ¶ type Info ¶ type Info struct { GitCommit string BuildDate string Version string GoVersion string Compiler string Platform string } Source Files ¶ View all Source files version.go Click to show internal directories. Click to hide internal directories.