Sign inSign up

datmanslo/golang-protoc

By datmanslo

•Updated over 6 years ago

https://github.com/datmanslo/golang-protoc

Image
0

2.3K

datmanslo/golang-protoc repository overview

⁠golang-protoc

Protoc tool with golang gRPC Support

⁠Usage:

cd <path to .proto file>
docker run --rm -v $PWD:/proto datmanslo/golang-protoc <relative path under /proto to file.proto>

cd ~/go/src/myproject/protocols/
docker run --rm -v $PWD:/proto datmanslo/golang-protoc my_api/my_api.proto

# The tool will generate the ~/go/src/myproject/protocols/my_api/my_api.pb.go file

Tag summary

Content type

Image

Digest

Size

39.4 MB

Last updated

over 6 years ago

docker pull datmanslo/golang-protoc