1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-21 15:05:23 +00:00

Chore: fix lint

This commit is contained in:
秋のかえで 2021-11-28 13:24:19 +08:00
parent dce8764fd7
commit 801d4a1d60
No known key found for this signature in database
GPG Key ID: E343534293081E5D

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,