An open API service indexing awesome lists of open source software.

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

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`).

![](https://github.com/r3code/protobuf-multiple-packages-example/workflows/Protobuff-Compile-Test/badge.svg)