Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

AddressBook protobuf example in Go

Notifications You must be signed in to change notification settings

brokeyourbike/addressbuf-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

addressbuf-go

Maintainability Test Coverage

AddressBook protobuf example in Go

Build

protoc --go_out=. --go_opt=paths=source_relative pb/addressbook.proto

Use

go run cmd/add_person/add_person.go ./addressbook.data
go run cmd/list_people/list_people.go ./addressbook.data

Acknowledgement

Code was stolen from protobuf examples for educational purposes.