Chore: fix lint

This commit is contained in:
秋のかえで
2021-11-28 16:55:37 +08:00
parent dce8764fd7
commit 801d4a1d60
+1 -1
View File
@@ -226,7 +226,7 @@ Download it from https://github.com/protocolbuffers/protobuf/releases
for _, relProtoFile := range files {
args := []string{
"-I", fmt.Sprintf("%v/../include", filepath.Dir(protoc)),
"-I", fmt.Sprintf("."),
"-I", ".",
"--go_out", pwd,
"--go_opt", "paths=source_relative",
"--go-grpc_out", pwd,