Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the application version // Set at build time with: go build -ldflags "-X github.com/leefowlercu/agentic-memorizer/internal/version.Version=v1.0.0" // If not set via ldflags, will fall back to embedded VERSION file Version = "" // GitCommit is the git commit hash // Set at build time with: go build -ldflags "-X github.com/leefowlercu/agentic-memorizer/internal/version.GitCommit=$(git rev-parse HEAD)" GitCommit = "unknown" // BuildDate is the build date // Set at build time with: go build -ldflags "-X github.com/leefowlercu/agentic-memorizer/internal/version.BuildDate=$(date -u +%Y-%m-%dT%H:%M:%SZ)" BuildDate = "unknown" )
Functions ¶
func GetShortVersion ¶
func GetShortVersion() string
GetShortVersion returns just the version number
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.