hexnaught / proglog

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Go 92.4%Language:Dockerfile 4.5%Language:Makefile 3.1%