# README
Run example
go run -ldflags="-X main.VersionCommit=$(git rev-list --abbrev-commit --abbrev=8 -1 HEAD) -X main.VersionSemVer=$(git name-rev HEAD --name-only)" examples/app/main.go version
Build example
go build -o build/bin/app -ldflags="-X main.VersionCommit=$(git rev-list --abbrev-commit --abbrev=8 -1 HEAD) -X main.VersionSemVer=$(git name-rev HEAD --name-only)" examples/app/main.go
# Functions
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author