1
0
Эх сурвалжийг харах

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

Guillaume Tardif 5 жил өмнө
parent
commit
2a2dff18cb

+ 5 - 0
scripts/setup/install-protobuf

@@ -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