Skip to content

berquerant/firehose-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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