Documentation
¶
Overview ¶
Package version provides version information for the aigent application. These variables are set at build time via -ldflags.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuildTime = "unknown"
BuildTime is the time when the binary was built. This is set during build using -ldflags.
View Source
var CommitHash = "unknown"
CommitHash is the git commit hash of the build. This is set during build using -ldflags.
View Source
var Version = "dev"
Version is the current version of the application. This is set during build using -ldflags.
Functions ¶
func GetVersionInfo ¶
func GetVersionInfo() string
GetVersionInfo returns a formatted string with all version information.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.