Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 364 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 364 Bytes

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