summaryrefslogtreecommitdiff
path: root/generate.go
blob: c43e61b40da138b9b30cbf3ea453de8d28073cb1 (plain)
1
2
3
4
5
6
7
8
9
package config

// '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 autogenpb --proto config.proto