package util import "yitao/config" func Init(conf *config.Config) { InitGeoIP(conf.GeoipDB) InitMkDir() }