1 go项目

protoc -I ./ user.proto —go_out=plugins=grpc:.

2 py项目

python -m grpc_tools.protoc -I . —python_out=. —grpc_python_out=. user.proto