https://github.com/bygui86/go-protobuf
Golang ProtoBuf sample project
https://github.com/bygui86/go-protobuf
go golang protobuf protobuf3 tutorial
Last synced: 6 months ago
JSON representation
Golang ProtoBuf sample project
- Host: GitHub
- URL: https://github.com/bygui86/go-protobuf
- Owner: bygui86
- Created: 2019-04-04T17:03:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T16:00:00.000Z (almost 6 years ago)
- Last Synced: 2025-08-10T06:43:05.643Z (6 months ago)
- Topics: go, golang, protobuf, protobuf3, tutorial
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoLang - ProtoBuf example
## Instructions
1. compile protobuf files
```
protoc protos/ --go_out=./domain
```
2. run the sample
```shell
go run main.go
```