package build import "gorm.io/gorm" var db *gorm.DB func Init(gdb *gorm.DB) error { db = gdb return nil }