https://github.com/protocol-laboratory/pulsar-codec-go
https://github.com/protocol-laboratory/pulsar-codec-go
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/protocol-laboratory/pulsar-codec-go
- Owner: protocol-laboratory
- Created: 2022-08-21T10:10:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T01:02:54.000Z (over 2 years ago)
- Last Synced: 2023-09-05T08:25:31.029Z (over 2 years ago)
- Language: Go
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pulsar-codec-go
```
go get github.com/gogo/protobuf/protoc-gen-gogofast
go get github.com/gogo/protobuf/proto
go get github.com/gogo/protobuf/gogoproto
```
Generate code:
```
cd pb
protoc -I=. -I=$GOPATH/src -I=$GOPATH/src/github.com/gogo/protobuf/protobuf --gogofast_out=. PulsarApi.proto
```