Documentation ¶
Overview ¶
Package cmd is the command line implementations. Only the root command is public while the rest private implementations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // BuildTag set during build to git tag, if any BuildTag = "unset" // BuildSha is the git sha set during build BuildSha = "unset" // GitTreeState is state of git tree during build, dirty if there are uncommitted changes GitTreeState = "unset" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.