mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 08:29:58 +08:00
update package reference
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"zero/core/collection"
|
||||
"github.com/tal-tech/go-zero/core/collection"
|
||||
)
|
||||
|
||||
const interval = time.Minute
|
||||
|
||||
Reference in New Issue
Block a user