Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Get = func() *Configuration { if config == nil { config = load() } return config }
Get returns the singleton instance of the Configuration. If the Configuration is not already loaded, it loads the configuration by calling the load function and stores it in the config variable.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.