0%

安装protoc-g

安装protoc-gen-go-grpc

1
2
3
4
5
6
protoc --go_out=. --go-grpc_out=. proto/ppm/*
protoc-gen-go-grpc: 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
--go-grpc_out: protoc-gen-go-grpc: Plugin failed with status code 1.
❯ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest