Documentation
¶
Overview ¶
Package ver provides version information for the application.
The Version variable can be overridden at build time using ldflags: go build -ldflags "-X github.com/gantries/knife/pkg/ver.Version=0.1.0"
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version string = "0.0.0"
Version : can be changed with `go build -ldflags "-X github.com/gantries/knife/pkg/ver.Version=0.1.0"`.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.