protobuf/

directory
v0.0.0-...-f53f79a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2019 License: MIT

README

protobuf tutorial

Build steps

  • mkdir addressbook
  • protoc -I=./proto --go_out=addressbook ./proto/addressbook.proto
  • cd add-people
  • go build
  • cd list-people
  • go build

Run steps

  • ./add-people/add-people addressbook.data
  • ./list-people/list-people addressbook.data

Directories

Path Synopsis
Package addressbook is a generated protocol buffer package.
Package addressbook is a generated protocol buffer package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL