Documentation
¶
Overview ¶
Package version holds the build-time identity of the codefit binary. The values are overridden at build time via -ldflags (see the Makefile and .goreleaser.yaml); the defaults apply to plain `go build`/`go run`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the semantic version, carrying the leading "v" of the git tag // it was built from (e.g. "v0.1.0"). The default below keeps that prefix so // a plain `go build` reports the same shape a released binary does. Version = "v0.1.0-dev" // Commit is the short git commit the binary was built from. Commit = "none" // BuildDate is the RFC3339 build timestamp. BuildDate = "unknown" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.