Documentation ¶
Index ¶
Constants ¶
View Source
const ( TYPE_OS_LINUX = 0 TYPE_OS_DARWIN = 1 TYPE_OS_WINDOWS = 2 TYPE_OS_ANDROID = 3 TYPE_OS_IOS = 4 TYPE_OS_UNKNOWN = 5 )
Variables ¶
View Source
var OSStringToInt = map[string]int{ "linux": TYPE_OS_LINUX, "darwin": TYPE_OS_DARWIN, "windows": TYPE_OS_WINDOWS, "android": TYPE_OS_ANDROID, "ios": TYPE_OS_IOS, }
Functions ¶
func Initialize ¶
func Initialize(baseDir string)
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package blockchain provides the functions to access and manage the Marconi blockchain and encapsulates any states which we build from data on the blockchain.
|
Package blockchain provides the functions to access and manage the Marconi blockchain and encapsulates any states which we build from data on the blockchain. |
net
|
|
sys
|
|
Click to show internal directories.
Click to hide internal directories.