This commit is contained in:
Kevin Wan
2021-08-31 12:04:09 +08:00
committed by GitHub
parent 6fd08027ff
commit 7618139dad
6 changed files with 17 additions and 28 deletions

View File

@@ -6,10 +6,9 @@ import (
"path/filepath"
"testing"
"github.com/tal-tech/go-zero/tools/goctl/model/sql/gen"
"github.com/stretchr/testify/assert"
"github.com/tal-tech/go-zero/tools/goctl/config"
"github.com/tal-tech/go-zero/tools/goctl/model/sql/gen"
"github.com/tal-tech/go-zero/tools/goctl/util"
)