Documentation
¶
Overview ¶
Package version provides version information for the Rune platform.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version is the current version of Rune. // This is set during build time via ldflags. Version = "dev" // BuildTime is the time when the binary was built. // This is set during build time via ldflags. BuildTime = "unknown" // Commit is the git commit SHA that the binary was built from. // This is set during build time via ldflags. Commit = "unknown" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.