I just try to build 100% valid protobuf files on Windows with --go_out protoc plugin but it fails. It doesn't report any error in protobuf files. A only see the generated code as output and the --go_out error message like so:
<generated code at stdout>
--go_out: protoc-gen-go: Plugin failed with status code 1.
What should I do to fix it?