Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Name of the application AppName = "SyftBox" // Version of the application Version = "0.5.0-dev" // Git commit hash of the application Revision = "HEAD" // Build date of the application BuildDate = "" )
Functions ¶
func Detailed ¶
func Detailed() string
Returns a detailed version string - `0.1.0 (5e23a4; go1.16.3; darwin/amd64)`
func DetailedWithApp ¶
func DetailedWithApp() string
Returns a detailed version string with the application name - `SyftBox 0.1.0 (5e23a4; go1.16.3; darwin/amd64)`
func ShortWithApp ¶
func ShortWithApp() string
ShortWithApp returns a concise version string with the application name - `SyftBox 0.1.0 (5e23a4)`
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.