- Interface2FloatWithDefault to Interface2Float64WithDefault
This commit is contained in:
4
business/jxutils/cache/redis/redis_test.go
vendored
4
business/jxutils/cache/redis/redis_test.go
vendored
@@ -4,7 +4,7 @@ import (
|
||||
"testing"
|
||||
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/cache"
|
||||
"git.rosy.net.cn/jx-callback/globals/testinit0"
|
||||
"git.rosy.net.cn/jx-callback/globals/testinit1"
|
||||
)
|
||||
|
||||
var (
|
||||
@@ -12,7 +12,7 @@ var (
|
||||
)
|
||||
|
||||
func init() {
|
||||
testinit0.Init()
|
||||
testinit1.Init()
|
||||
cacher = New("localhost", 6379, "")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user