diff options
| author | Jeff Carr <[email protected]> | 2025-10-10 05:51:31 -0500 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-10 05:51:31 -0500 | 
| commit | e0999ad4c3384e3f9fae9ceb97fba805e8216dc9 (patch) | |
| tree | 8227958b22194f9bc4f753ec6de69b28e4aae49e | |
| parent | f6c7c75dcab0a7f8576f185356456395fa9975ee (diff) | |
| -rw-r--r-- | generate.go | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/generate.go b/generate.go index 9736de5..14b6aeb 100644 --- a/generate.go +++ b/generate.go @@ -2,9 +2,9 @@ package virtpb  // '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 hypervisor.proto  | 
