diff options
| author | Jeff Carr <[email protected]> | 2025-01-12 09:40:18 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-12 09:40:18 -0600 |
| commit | 4e0b3b8f3873e1784b8ad43394c1ad8f8a9fb4fb (patch) | |
| tree | b4a0e8cf64555e63fbc37415ab86bd1b19f00c5f /main.go | |
| parent | d38f5dda75fd4c4ba8adcaf4125f60a50fe3269b (diff) | |
cleanup output
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -88,11 +88,10 @@ func main() { } */ - // show the protobuf of the protobuf. It's like Inception - pf.printMsgTable() - // if you have gotten here, at least the .proto buf file is OK if argv.DryRun { + // show the protobuf of the protobuf. It's like Inception + pf.printMsgTable() okExit("") } |
