apifiber/globals/globals.go

11 lines
98 B
Go

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