mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-19 13:46:17 +00:00
Co-authored-by: samricotta <samricotta@users.noreply.github.com>
5 lines
193 B
Go
5 lines
193 B
Go
//go:generate go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
|
|
//go:generate protoc -I. -I../.. --go_out=. --go_opt=paths=source_relative wire.proto msgs.proto
|
|
|
|
package orderbook
|