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 = "1ef070e3d7520d34f32e4072e950fd8fdaceecba" // BuildTime stores the time when the current binary was built. BuildTime = "2022-08-30T07:51:38+02:00" // SemVer lists the (latest) git tag on the build. SemVer = "v0.1.31" // 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 = 1 // Patch is the patch version number from the tag. Patch = 31 )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.