Init Project
This commit is contained in:
12
global/global.go
Normal file
12
global/global.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package global
|
||||
|
||||
import (
|
||||
"nCovTrack-Backend/config"
|
||||
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
var (
|
||||
ServerSettings config.ServerConfig
|
||||
Db *gorm.DB
|
||||
)
|
||||
Reference in New Issue
Block a user