Ocean/Configuration/Init.go
2014-04-26 11:18:56 +02:00

7 lines
81 B
Go

package Configuration
func init() {
readConfiguration()
isInit = true
}