feat: scaffold Go module with version command, Makefile and goreleaser config
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Package version carries the build-time version of the agent-lib binary.
|
||||
package version
|
||||
|
||||
// Version is injected at build time via
|
||||
// -ldflags "-X internal/version.Version=<version>". It defaults to "dev"
|
||||
// for plain `go build` runs.
|
||||
var Version = "dev"
|
||||
Reference in New Issue
Block a user