Skip to content

This repo is an example of Google's protocol buffers, the purpose is to play around with this amazing library and its components(scheme, types, API, compiler and so on)

Notifications You must be signed in to change notification settings

cerezo074/ProtocolBuffers

Repository files navigation

Getting Started

First of all you need the protoc compiler installed and configured, please follow the instructions here.

Every example contains its depedencies with go modules(it comes build-in with go) and a makefile that contains 2 commands build and run. If you build you will generate protopb files in go. To run a command just need to do with make command followed with the target(action).

  • make build

The idea is that you can play with them easily and quick, Enjoy them!.

About

This repo is an example of Google's protocol buffers, the purpose is to play around with this amazing library and its components(scheme, types, API, compiler and so on)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published