refactor: rename from tal-tech to zeromicro for goctl (#1481)
This commit is contained in:
2
tools/goctl/util/env/env.go
vendored
2
tools/goctl/util/env/env.go
vendored
@@ -7,7 +7,7 @@ import (
|
||||
"runtime"
|
||||
"strings"
|
||||
|
||||
"github.com/tal-tech/go-zero/tools/goctl/vars"
|
||||
"github.com/zeromicro/go-zero/tools/goctl/vars"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
4
tools/goctl/util/env/env_test.go
vendored
4
tools/goctl/util/env/env_test.go
vendored
@@ -9,8 +9,8 @@ import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/tal-tech/go-zero/tools/goctl/util/pathx"
|
||||
"github.com/tal-tech/go-zero/tools/goctl/vars"
|
||||
"github.com/zeromicro/go-zero/tools/goctl/util/pathx"
|
||||
"github.com/zeromicro/go-zero/tools/goctl/vars"
|
||||
)
|
||||
|
||||
func TestLookUpGo(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user