diff options
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("") } |
