package globals import "gorm.io/gorm" var ( API_VERSION = "" API_RELEASE = "" DB *gorm.DB )