mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-07-01 23:54:16 +00:00
update main.go
This commit is contained in:
parent
a3a0b8b165
commit
f9db89e0a7
1 changed files with 4 additions and 4 deletions
|
@ -90,10 +90,10 @@ func whichProtoc(suffix, targetedVersion string) (string, error) {
|
|||
path, err := exec.LookPath(protoc)
|
||||
if err != nil {
|
||||
return "", fmt.Errorf(`
|
||||
Command "%s" not found.
|
||||
Make sure that %s is in your system path or current path.
|
||||
Download %s v%s or later from https://github.com/protocolbuffers/protobuf/releases
|
||||
`, protoc, protoc, protoc, targetedVersion)
|
||||
Command "%s" not found.
|
||||
Make sure that %s is in your system path or current path.
|
||||
Download %s v%s or later from https://github.com/protocolbuffers/protobuf/releases
|
||||
`, protoc, protoc, protoc, targetedVersion)
|
||||
}
|
||||
return path, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue