https://github.com/dhtech/proto
Protocol Buffers for dhtech services
https://github.com/dhtech/proto
Last synced: 5 months ago
JSON representation
Protocol Buffers for dhtech services
- Host: GitHub
- URL: https://github.com/dhtech/proto
- Owner: dhtech
- Created: 2018-03-24T15:48:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T19:22:37.000Z (about 7 years ago)
- Last Synced: 2024-06-20T15:00:21.130Z (almost 2 years ago)
- Language: Shell
- Size: 4.24 MB
- Stars: 0
- Watchers: 22
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# protos
Installation:
```
sudo apt install make protobuf-compiler
go get -u github.com/golang/protobuf/protoc-gen-go
```