Ocean/Configuration/Init.go

8 lines
129 B
Go
Raw Permalink Normal View History

package Configuration
2015-06-17 15:44:52 +00:00
// This is the init function for this package.
func init() {
readConfiguration()
isInit = true
}