summaryrefslogtreecommitdiff
path: root/generate.go
diff options
context:
space:
mode:
Diffstat (limited to 'generate.go')
-rw-r--r--generate.go6
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