update package reference
This commit is contained in:
@@ -7,10 +7,9 @@ import (
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"zero/core/logx"
|
||||
"zero/core/threading"
|
||||
|
||||
"github.com/olekukonko/tablewriter"
|
||||
"github.com/tal-tech/go-zero/core/logx"
|
||||
"github.com/tal-tech/go-zero/core/threading"
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package prof
|
||||
|
||||
import "zero/core/utils"
|
||||
import "github.com/tal-tech/go-zero/core/utils"
|
||||
|
||||
type (
|
||||
ProfilePoint struct {
|
||||
|
||||
Reference in New Issue
Block a user