package models import ( "fmt" ) func init() { c := GetConfig() // configure storage fmt.Println(c.MongoUrl) }