package global import ( "confrontation-training/config" "gorm.io/gorm" ) var ( Config config.Config Db *gorm.DB )