From cea3028333c6097d17751bfa5aee9258c0beaa96 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 15 Sep 2025 04:52:59 -0500 Subject: more work on 'any' in GUI PB --- main.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.go') diff --git a/main.go b/main.go index 5f7f6d4..e879de4 100644 --- a/main.go +++ b/main.go @@ -214,6 +214,9 @@ func main() { badExit(err) } } + log.Info("") + log.Info("you may have to run 'goimport -w *.go' on the new *pb.go files") + log.Info("") } func okExit(s string) { -- cgit v1.2.3