Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // URL is the git URL for the repository URL = "github.com/p9c/qu" // GitRef is the gitref, as in refs/heads/branchname GitRef = "refs/heads/main" // GitCommit is the commit hash of the current HEAD GitCommit = "eaf302d2db04b68936fac40b889e5b65489a13ae" // BuildTime stores the time when the current binary was built BuildTime = "2021-04-22T04:22:23+02:00" // Tag lists the Tag on the build, adding a + to the newest Tag if the commit is // not that commit Tag = "v0.0.5" // PathBase is the path base returned from runtime caller PathBase = "/home/loki/src/github.com/p9c/matrjoska/pkg/qu/" // Major is the major number from the tag Major = 0 // Minor is the minor number from the tag Minor = 0 // Patch is the patch version number from the tag Patch = 5 // Meta is the extra arbitrary string field from Semver spec Meta = "" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.