8 lines
129 B
Go
8 lines
129 B
Go
package Configuration
|
|
|
|
// This is the init function for this package.
|
|
func init() {
|
|
readConfiguration()
|
|
isInit = true
|
|
}
|