diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 06:47:35 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 06:47:35 -0600 |
| commit | c99d8763e6c85513c700d58cd1e2163c31d2187d (patch) | |
| tree | aa5f7b85c19273e9d871abf829e70f45d64911f4 /main.go | |
| parent | b0ceb9e1b4c51fbe0b51b061dadd34bce793efc3 (diff) | |
iterator top done?
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ( |
