Sfoglia il codice sorgente

Merge pull request #3 from gtardif/gogo_protobuf_setup

Add gogo protobuf in install script
Michael Crosby 5 anni fa
parent
commit
a9ad7c3d1b
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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