diff options
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 ( |
