10 lines
330 B
Markdown
10 lines
330 B
Markdown
|
download a binary here https://github.com/google/protobuf/releases/tag/v3.1.0
|
||
|
|
||
|
run the following 4 commands listed here https://github.com/gogo/protobuf
|
||
|
```sh
|
||
|
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
|
||
|
```
|