mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-10 06:16:53 -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 {
|
for _, relProtoFile := range files {
|
||||||
args := []string{
|
args := []string{
|
||||||
"-I", fmt.Sprintf("%v/../include", filepath.Dir(protoc)),
|
"-I", fmt.Sprintf("%v/../include", filepath.Dir(protoc)),
|
||||||
"-I", fmt.Sprintf("."),
|
"-I", ".",
|
||||||
"--go_out", pwd,
|
"--go_out", pwd,
|
||||||
"--go_opt", "paths=source_relative",
|
"--go_opt", "paths=source_relative",
|
||||||
"--go-grpc_out", pwd,
|
"--go-grpc_out", pwd,
|
||||||
|
Loading…
Reference in New Issue
Block a user