Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // URL is the git URL for the repository URL = "github.com/p9c/pod" // GitRef is the gitref, as in refs/heads/branchname GitRef = "refs/heads/l0k1" // GitCommit is the commit hash of the current HEAD GitCommit = "dff3e84093814616f9f2b3abbc1f1646ba4c2bcb" // BuildTime stores the time when the current binary was built BuildTime = "2021-03-12T19:11:40+01:00" // Tag lists the Tag on the build, adding a + to the newest Tag if the commit is // not that commit Tag = "v1.9.19+" // PathBase is the path base returned from runtime caller PathBase = "/home/loki/src/github.com/p9c/pod/" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.