diff options
| author | Jeff Carr <[email protected]> | 2025-09-15 04:52:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-15 04:52:59 -0500 |
| commit | cea3028333c6097d17751bfa5aee9258c0beaa96 (patch) | |
| tree | b26ce0da566fe99a42b354c0c98b0a0240981e37 /main.go | |
| parent | 66aacceee5bdc3a5b6e90ff39ce8fcb7dd55e973 (diff) | |
more work on 'any' in GUI PB
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) { |
