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

// 'make generate' will call this
//
// NOTE: it would be helpful if go.mod doesn't exist, that "go generate"
//       automatically run go mod init and go mod tidy
//       then this process could be fully automated
//
//go:generate make go-generate
//go:generate autogenpb --proto machine.proto
//go:generate autogenpb --proto package.proto
//go:generate bash -c "goimports -w *.go"