Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 270 Bytes

File metadata and controls

11 lines (7 loc) · 270 Bytes

proglog

A distributed commit log. Following the travis jeffery book Distributed Services with Go

Compiling protobufs

Make sure GOPATH and GOBIN are in your PATH, then...

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