update package reference

This commit is contained in:
kevin
2020-08-08 16:40:10 +08:00
parent d19d25c72f
commit 0a7e0cce77
377 changed files with 881 additions and 1423 deletions

View File

@@ -8,9 +8,9 @@ import (
"strconv"
"time"
"zero/core/cmdline"
"zero/core/collection"
"zero/core/proc"
"github.com/tal-tech/go-zero/core/cmdline"
"github.com/tal-tech/go-zero/core/collection"
"github.com/tal-tech/go-zero/core/proc"
)
const numItems = 1000000

View File

@@ -8,7 +8,7 @@ import (
"sync/atomic"
"time"
"zero/core/collection"
"github.com/tal-tech/go-zero/core/collection"
)
const interval = time.Minute