Skip to content

Github Repository for following along with the 'Distributed Services with Go' book by Travis Jeffery.

Notifications You must be signed in to change notification settings

hexnaught/proglog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proglog

Github Repository for following along with the 'Distributed Services with Go' book by Travis Jeffery.

Installing and using the Go protobuf runtime

Compilation is within Makefile.

go get google.golang.org/protobuf/...@v1.27.1 - https://pkg.go.dev/google.golang.org/protobuf

protoc api/v1/*.proto \
  --go_out=. \
  --go_opt=paths=source_relative \
  --proto_path=.

About

Github Repository for following along with the 'Distributed Services with Go' book by Travis Jeffery.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published