# README
firehose-proto
Initialize
git submodule update --init
make docker
Add proto
Create a new directory and add a proto file to it.
Compile example/example.proto
by
make example/example.pb.go
example/example.pb.go
should belong to package example.
Test
make dev
Regenerate code
make generate