https://github.com/r3code/protobuf-multiple-packages-example
This repository is to show how to orginize protobuf files into multiple packages and compile them
https://github.com/r3code/protobuf-multiple-packages-example
example-repo examples golang probuf protobuf3
Last synced: 7 months ago
JSON representation
This repository is to show how to orginize protobuf files into multiple packages and compile them
- Host: GitHub
- URL: https://github.com/r3code/protobuf-multiple-packages-example
- Owner: r3code
- License: mit
- Created: 2019-11-18T10:50:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-19T06:34:48.000Z (about 6 years ago)
- Last Synced: 2025-01-29T23:15:05.085Z (about 1 year ago)
- Topics: example-repo, examples, golang, probuf, protobuf3
- Language: Batchfile
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# protobuf-multiple-packages-example
This repository is to show how to orginize protobuf files into multiple packages and compile them.
Here I have two examples with descriptions. Take a look at folders `example1` and `example2`.
The first one describes the most common case.
The second one describes how to use a bit longer pakage name to clarify message types in the code (e.g. adding `companyname`).
