Ocean/Configuration/Init.go

7 lines
81 B
Go
Raw Normal View History

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