https://github.com/devlights/go-protobuf-example
Protocol Buffers example by golang
https://github.com/devlights/go-protobuf-example
go golang protobuf protocol-buffers
Last synced: about 2 months ago
JSON representation
Protocol Buffers example by golang
- Host: GitHub
- URL: https://github.com/devlights/go-protobuf-example
- Owner: devlights
- License: mit
- Created: 2020-09-22T09:04:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T09:19:34.000Z (over 4 years ago)
- Last Synced: 2025-02-12T08:58:43.536Z (3 months ago)
- Topics: go, golang, protobuf, protocol-buffers
- Language: Makefile
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-protobuf-example
Protocol Buffers example by golang## Install protoc and Go libraries
```sh
make install-requirements
```## Run protoc
```sh
make protoc
```## Run example
```sh
make run
```