|
@@ -10,11 +10,11 @@ import (
|
|
|
"strings"
|
|
|
"testing"
|
|
|
|
|
|
- "golib/v3/features/mo"
|
|
|
- "golib/v3/gnet"
|
|
|
- "golib/v3/infra/ii"
|
|
|
- "golib/v3/infra/ii/svc"
|
|
|
- "golib/v3/log"
|
|
|
+ "git.simanc.com/software/golib/v3/features/mo"
|
|
|
+ "git.simanc.com/software/golib/v3/gnet"
|
|
|
+ "git.simanc.com/software/golib/v3/infra/ii"
|
|
|
+ "git.simanc.com/software/golib/v3/infra/ii/svc"
|
|
|
+ "git.simanc.com/software/golib/v3/log"
|
|
|
)
|
|
|
|
|
|
func TestQueryLimit(t *testing.T) {
|