Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // URL is the git URL for the repository. URL = "github.com/cybriq/proc" // GitRef is the gitref, as in refs/heads/branchname. GitRef = "refs/heads/master" // ParentGitCommit is the commit hash of the parent HEAD. ParentGitCommit = "0d44180a71cd218cdb9a345e0888d8bc563b5f01" // BuildTime stores the time when the current binary was built. BuildTime = "2022-12-21T18:29:06Z" // SemVer lists the (latest) git tag on the build. SemVer = "v0.2.0" // PathBase is the path base returned from runtime caller. PathBase = "/home/loki/src/github.com/cybriq/proc/" // Major is the major number from the tag. Major = 0 // Minor is the minor number from the tag. Minor = 2 // Patch is the patch version number from the tag. Patch = 0 )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.