summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.go b/main.go
index e0d22c6..6e85d5b 100644
--- a/main.go
+++ b/main.go
@@ -1,6 +1,11 @@
//go:build go1.20
// +build go1.20
+// protobuf the way I am using them, require GO 1.20. I think. I could be wrong.
+
+// go:generate go-mod-clean
+// go:generate autogenpb auto.proto
+
package main
import (