Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = func() string { if info, ok := debug.ReadBuildInfo(); ok && info.Main.Version != "" && info.Main.Version != "(devel)" { return info.Main.Version } return "dev" }()
Version is set at build time via ldflags. Falls back to Go module version from build info (works with go install).
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.