diff options
Diffstat (limited to 'generate.go')
| -rw-r--r-- | generate.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/generate.go b/generate.go index 63bfe4e..e2374a0 100644 --- a/generate.go +++ b/generate.go @@ -2,9 +2,9 @@ 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 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 machine.proto |
