Ocean/Configuration/Init.go
2015-06-17 17:44:52 +02:00

8 lines
129 B
Go

package Configuration
// This is the init function for this package.
func init() {
readConfiguration()
isInit = true
}