Explorar o código

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

Guillaume Tardif %!s(int64=5) %!d(string=hai) anos
pai
achega
2a2dff18cb
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      scripts/setup/install-protobuf

+ 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