]> Cypherpunks repositories - gostls13.git/commit
gofmt: remove unneeded call to os.Exit
authorFrancesc Campoy <campoy@golang.org>
Mon, 11 Jul 2016 18:31:52 +0000 (12:31 -0600)
committerFrancesc Campoy Flores <campoy@golang.org>
Mon, 11 Jul 2016 18:37:12 +0000 (18:37 +0000)
commit296b618dc8c8f59d7327b4d322f7ceef4032d94b
treef2d005696c73e210bd1d84c073927033bc3f5362
parent38de5b71f274ff93581a302b2f3ec4b9937afa51
gofmt: remove unneeded call to os.Exit

PrintDefaults already calls os.Exit(2).

Change-Id: I0d783a6476f42b6157853cdb34ba69618e3f3fcb
Reviewed-on: https://go-review.googlesource.com/24844
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/gofmt/gofmt.go