joshuaswickirl / proglog

My Distributed Services with Go Walkthrough

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Distributed Services with Go

Protobuf

https://protobuf.dev/

curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-linux-x86_64.zip
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest

About

My Distributed Services with Go Walkthrough


Languages

Language:Go 96.3%Language:Shell 3.4%Language:Makefile 0.2%