Add gogo protobuf in install script (from https://github.com/gogo/protobuf)

This commit is contained in:
Guillaume Tardif 2020-04-07 16:54:49 +02:00
parent 37591c714b
commit 2a2dff18cb
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