Categorygithub.com/berquerant/firehose-proto
repository
0.2.1
Repository: https://github.com/berquerant/firehose-proto.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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