🎉 initial commit
This commit is contained in:
11
conf/var.go
Normal file
11
conf/var.go
Normal file
@ -0,0 +1,11 @@
|
||||
package conf
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
var (
|
||||
ConfigFile string // config file
|
||||
Conf *Config
|
||||
Debug bool
|
||||
|
||||
DB *gorm.DB
|
||||
)
|
Reference in New Issue
Block a user