diff options
| author | Jeff Carr <[email protected]> | 2025-10-10 05:51:35 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-10 05:51:35 -0500 |
| commit | 2c1c6217d6b0136a50e359ce5104ad6772c8fcf5 (patch) | |
| tree | b9d3607a2735c2b90a6d4456188ae91da71f11eb | |
| parent | 5c2ef27bf10bb27c4a1041ca095daf184f5c0b83 (diff) | |
new notesv0.0.83
| -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 |
