chore: reorg imports (#2745)
* chore: reorg imports * chore: format code
This commit is contained in:
@@ -2,6 +2,7 @@ package spec_test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/zeromicro/go-zero/tools/goctl/api/spec"
|
||||
)
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user