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