package global import ( "expenses/model" "gorm.io/gorm" ) var ( GLO_CONF model.Config GLO_DB *gorm.DB )