directory
Version:
v0.0.0-...-f53f79a
Opens a new window with list of versions in this module.
Published: Jul 3, 2019
License: MIT
Opens a new window with license information.
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
¶
|
|
Package addressbook is a generated protocol buffer package.
|
Package addressbook is a generated protocol buffer package. |
|
|
Click to show internal directories.
Click to hide internal directories.