mwitkow / go-proto-validators

Generate message validators from .proto annotations.
Apache License 2.0
1.08k stars 164 forks source link

protoc command error #123

Open Do-U-Believe-In-Fate opened 11 months ago

Do-U-Believe-In-Fate commented 11 months ago

when I use the cmd "protoc" with arg "--govalidators_out", it reports an error as following: protoc-gen-govalidators: program not found or is not executable Please specify a program using absolute path or make sure the program is available in your PATH system variable --govalidators_out: protoc-gen-govalidators: Plugin failed with status code 1.

the import path is green, meaning that ...validator.proto is imported correctly, so i don't know where is the problem