Merge pull request #3 from gtardif/gogo_protobuf_setup

Add gogo protobuf in install script
This commit is contained in:
Michael Crosby 2020-04-07 15:58:35 -04:00 committed by GitHub
commit a9ad7c3d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -60,3 +60,8 @@ ppc64le)
;;
esac
rm -rf $PROTOBUF_DIR
go get github.com/gogo/protobuf/proto
go get github.com/gogo/protobuf/jsonpb
go get github.com/gogo/protobuf/protoc-gen-gogo
go get github.com/gogo/protobuf/gogoproto