blob: 98640faad58b938b44ce2f75b3d56f003c51c447 (
plain)
1
2
3
4
5
6
7
8
9
10
|
package guipb
// '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 widget.proto
//go:generate autogenpb --proto table.proto
|