Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // URL is the git URL for the repository URL = "github.com/p9c/opts" // GitRef is the gitref, as in refs/heads/branchname GitRef = "refs/heads/main" // GitCommit is the commit hash of the current HEAD GitCommit = "74f62c5fa8f5efc30e79449339b0d626e6b61c37" // BuildTime stores the time when the current binary was built BuildTime = "2021-04-14T11:11:16+02:00" // Tag lists the Tag on the podbuild, adding a + to the newest Tag if the commit is // not that commit Tag = "v0.0.13+" // PathBase is the path base returned from runtime caller PathBase = "/home/loki/src/github.com/p9c/opts/" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.