diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -58,11 +58,11 @@ func main() { } else { // user is trying a specific proto file // check if it's ok to run autogenpb - s, err = doPrecheck(argv.Proto) - if err == nil { - // it's safe to run - s, err = doProto(argv.Proto) - } + // s, err = doPrecheck(argv.Proto) + // if err == nil { + // it's safe to run + s, err = doProto(argv.Proto) + // } } // safe exits back to your shell (with timing and toolkit close) |
