Fix issues (#965)

This commit is contained in:
anqiansong
2021-08-27 15:05:54 +08:00
committed by GitHub
parent b71ac2042a
commit 3203f8e06b
4 changed files with 18 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ func (g *RPCGenerator) Generate(src, target string, protoImportPath []string, go
return err
}
dirCtx, err := mkdir(projectCtx, proto)
dirCtx, err := mkdir(projectCtx, proto,g.cfg)
if err != nil {
return err
}