package main
// 'make generate' will call this
//
// go generate is a cool feature. many thanks to the GO dev team
//
// NOTE: please add to go generate: if ! exists go.mod, run 'go mod init' & 'go mod tidy'
//
//go:generate make go-generate
//go:generate autogenpb --proto block.proto