Files
GinTutorial/global/global.go

10 lines
65 B
Go

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