Documentation
¶
Overview ¶
Package build provides a way to get information about the current build.
Note that you need to build with the full package path to correctly insert the build information.
E.g.:
go build -o bin/helper github.com/philiplinell/commit-msg/cmd/cli
instead of
go build -o bin/helper ./cmd/cli/*.go
See more here: https://github.com/golang/go/issues/51831
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.