update package reference
This commit is contained in:
@@ -3,7 +3,7 @@ package stringx
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"zero/core/lang"
|
||||
"github.com/tal-tech/go-zero/core/lang"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package stringx
|
||||
|
||||
import "zero/core/lang"
|
||||
import "github.com/tal-tech/go-zero/core/lang"
|
||||
|
||||
type (
|
||||
Trie interface {
|
||||
|
||||
Reference in New Issue
Block a user