예제 #1
0
파일: tool.go 프로젝트: chenbk85/nephele
func init() {
	util.InitCat()
	CatInstance = cat.Instance()
}
예제 #2
0
파일: imgsvrd.go 프로젝트: chenbk85/nephele
func init() {
	//initial cati
	util.InitCat()

	initLog()
}
예제 #3
0
func init() {
	util.InitCat()
	globalCat = cat.Instance()
}