remove os.Exit after log.Fatal call
This is effectively a dead code.
This commit is contained in:
parent
38566f0c4e
commit
3342a6892e
|
@ -108,7 +108,6 @@ func main() {
|
|||
}
|
||||
if err := app.Run(os.Args); err != nil {
|
||||
log.Fatal(err)
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue