Merge pull request #11 from glours/fix_protobuff_setup_file

add protoc-gen-go and remove gogo install
This commit is contained in:
Djordje Lukic 2020-04-21 15:30:51 +02:00 committed by GitHub
commit 83e9843ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -63,5 +63,4 @@ 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
go get -u github.com/golang/protobuf/protoc-gen-go