summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-09 06:47:35 -0600
committerJeff Carr <[email protected]>2025-01-09 06:47:35 -0600
commitc99d8763e6c85513c700d58cd1e2163c31d2187d (patch)
treeaa5f7b85c19273e9d871abf829e70f45d64911f4 /main.go
parentb0ceb9e1b4c51fbe0b51b061dadd34bce793efc3 (diff)
iterator top done?
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 (