mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
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