Documentation
¶
Overview ¶
Package version holds the canonical backlogit version string and build metadata. All vars are overridden at build time via:
-X github.com/softwaresalt/backlogit/internal/version.Version=<tag> -X github.com/softwaresalt/backlogit/internal/version.Commit=<sha> -X github.com/softwaresalt/backlogit/internal/version.BuildDate=<rfc3339>
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildDate = ""
BuildDate is the RFC3339 UTC build timestamp injected at build time. Defaults to "".
View Source
var Commit = "unknown"
Commit is the short git SHA injected at build time. Defaults to "unknown".
View Source
var Version = "1.2.0"
Version is the current backlogit release version.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.