Documentation ¶
Overview ¶
Package build contains application build information ```sh go build -ldflags="-X 'github.com/boxgo/box/v2/build.ID={ID}' -X 'github.com/boxgo/box/v2/build.Name={Name}' -X 'github.com/boxgo/box/v2/build.Version={Version}' -X 'github.com/boxgo/box/v2/build.Namespace={Namespace}'" ```
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Namespace = "" Name = "" Version = "" ID = "" )
Functions ¶
func SetNamespace ¶
func SetNamespace(val string)
func SetVersion ¶
func SetVersion(val string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.