Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "datarhei-core"
Name of the app
Variables ¶
View Source
var Arch = runtime.GOOS + "/" + runtime.GOARCH
Arch is the OS and CPU architecture this app is build for.
View Source
var Branch = ""
Branch is the git branch the app is build from. It should be filled in during compilation
View Source
var Build = ""
Build is the timestamp of when the app has been build. It should be filled in during compilation
View Source
var Commit = ""
Commit is the git commit the app is build from. It should be filled in during compilation
View Source
var Compiler = runtime.Version()
Compiler is the golang version this app has been build with.
View Source
var Version = versionInfo{
Major: 16,
Minor: 12,
Patch: 0,
}
Version of the app
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.