]> Cypherpunks repositories - gostls13.git/commit
cmd/gofmt: Ignore file not found errors.
authorBenoit Sigoure <tsunanet@gmail.com>
Sat, 6 Feb 2016 01:18:46 +0000 (17:18 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 19 Feb 2016 00:13:18 +0000 (00:13 +0000)
commit3ddfaa5653cfc5c8663319d017a5fb4de97814f4
tree5ee9978bb10539ed8bf46e22f25b281cc4df53d1
parent2eeaaaae7530337c23b0d4d76ac519e677c125dd
cmd/gofmt: Ignore file not found errors.

gofmt prints an error to stderr when a file is deleted during its
`filepath.Walk()', which can happen in builds that change the tree
concurrently with gofmt running.

Change-Id: Ia1aa4804f6bc2172baf061c093e16fe56a3ee50c
Reviewed-on: https://go-review.googlesource.com/19301
Reviewed-by: Robert Griesemer <gri@golang.org>
src/cmd/gofmt/gofmt.go