Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( VERSION_MAJOR = "0" VERSION_MINOR = "0" VERSION_PATCH = "0" BUILD = "" )
View Source
var ( NAME = "o2control" PRETTY_SHORTNAME = "O² Control" PRETTY_FULLNAME = "O² Control System" VERSION = strings.Join([]string{VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH}, ".") VERSION_SHORT = VERSION VERSION_BUILD = strings.Join([]string{VERSION, BUILD}, "-") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.