summaryrefslogtreecommitdiff
path: root/generate.go
diff options
context:
space:
mode:
Diffstat (limited to 'generate.go')
-rw-r--r--generate.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/generate.go b/generate.go
deleted file mode 100644
index c43e61b..0000000
--- a/generate.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package config
-
-// 'make generate' will call this
-//
-// 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 autogenpb --proto config.proto