gofound/global/global.go

11 lines
144 B
Go

package global
import (
"myschools.me/suguo/gofound/searcher"
)
var (
CONFIG *Config // 服务器设置
Container *searcher.Container
)