chore: reorg imports (#2745)

* chore: reorg imports

* chore: format code
This commit is contained in:
Kevin Wan
2023-01-03 22:26:45 +08:00
committed by GitHub
parent deefc1a8eb
commit ec7ac43948
11 changed files with 16 additions and 12 deletions

View File

@@ -2,6 +2,7 @@ package spec_test
import (
"fmt"
"github.com/zeromicro/go-zero/tools/goctl/api/spec"
)

View File

@@ -1,9 +1,10 @@
package tsgen
import (
"testing"
"github.com/stretchr/testify/assert"
"github.com/zeromicro/go-zero/tools/goctl/api/spec"
"testing"
)
func TestGenTsType(t *testing.T) {