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 = "ff74bf5048aef16c3f296aa7c7a1aee3564b16ba" // BuildTime stores the time when the current binary was built. BuildTime = "2022-12-23T19:46:10Z" // SemVer lists the (latest) git tag on the build. SemVer = "v0.20.8" // 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 = 20 // Patch is the patch version number from the tag. Patch = 8 )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.