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