mirror of
https://github.com/therootcompany/go-gitver.git
synced 2025-02-22 06:38:05 +00:00
Example
Prints the version or a nice message
Put version in its own packge
This is just like examples/basic
,
but it uses the package name version
instead of main
.
See examples/basic
for more details.
Demo
go mod tidy
go mod vendor
go generate -mod=vendor ./...
go build -mod=vendor -o hello *.go
./hello
./hello --version