未验证 提交 0728da38 编写于 作者: H Hind3ight 提交者: GitHub

Update generator.go

上级 ae3dbe6e
......@@ -23,7 +23,7 @@ func Generate(files []string, fieldsToExportStr, format, table string) (lines []
count := 0
if strings.ToLower(filepath.Ext(files[1])) == "."+constant.FormatProto { //gen from protobuf
buf, pth := gen.GenerateFromProtobuf(files[0])
buf, pth := gen.GenerateFromProtobuf(files[1])
if vari.Verbose {
logUtils.PrintTo(i118Utils.I118Prt.Sprintf("protobuf_path", pth))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册