Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // URL is the git URL for the repository URL = "github.com/cybriq/p9" // GitRef is the gitref, as in refs/heads/branchname GitRef = "refs/heads/main" // GitCommit is the commit hash of the current HEAD GitCommit = "82032df73e757da81fff939e90ed2ed86f7c0a5c" // BuildTime stores the time when the current binary was built BuildTime = "2022-04-13T01:43:43+03:00" // Tag lists the Tag on the build, adding a + to the newest Tag if the commit is // not that commit Tag = "v0.0.2-0+" // PathBase is the path base returned from runtime caller PathBase = "/home/loki/code/p9/" // 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 = 2 // Meta is the extra arbitrary string field from Semver spec Meta = "-0" )
View Source
var F, E, W, I, D, T log.LevelPrinter
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.