- Interface2FloatWithDefault to Interface2Float64WithDefault

This commit is contained in:
gazebo
2019-04-02 14:33:31 +08:00
parent 38b32cc10d
commit c5d1eb78c5
6 changed files with 11 additions and 11 deletions

View File

@@ -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, "")
}