예제 #1
0
파일: redis_test.go 프로젝트: anju078/norse
func init() {

	redisCount = 0

	config.Configure("./test_config.json")
	Configure()
}
예제 #2
0
func init() {
	config.Configure("./test_config.json")
	Configure()
}