mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
Chore: fix lint
This commit is contained in:
parent
dce8764fd7
commit
801d4a1d60
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user