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