summaryrefslogtreecommitdiff
path: root/generate.go
blob: fef0a67b750d8f3bcf302200dfff0ed6566767fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package chatpb

// '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 chat.proto
//go:generate autogenpb --proto book.proto
//go:generate bash -c "goimports -w *.go"