update go-zero to v1.3.0

This commit is contained in:
kevin
2022-02-14 10:32:28 +08:00
parent 5d77380e69
commit bd6092ac10
5 changed files with 450 additions and 127 deletions

View File

@ -6,10 +6,10 @@ import (
"fmt"
"io/ioutil"
plugin2 "github.com/tal-tech/go-zero/tools/goctl/plugin"
"github.com/zeromicro/go-zero/tools/goctl/plugin"
)
func Do(filename string, host string, basePath string, in *plugin2.Plugin) error {
func Do(filename string, host string, basePath string, in *plugin.Plugin) error {
swagger, err := applyGenerate(in, host, basePath)
if err != nil {
fmt.Println(err)