]> Cypherpunks repositories - gostls13.git/commit
cmd/go: ignore dot and underscore files in fmt, fix, and get -fix
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 8 Jun 2017 22:38:15 +0000 (22:38 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 8 Jun 2017 23:54:27 +0000 (23:54 +0000)
commit760636d55a87fe7348e9e14ef1474df2a58439de
tree192c593ed67d6af49d7709a240b3cc0283f5059d
parenta48998beb571ce03650da75326a052991134e5ca
cmd/go: ignore dot and underscore files in fmt, fix, and get -fix

No test because as far as I can tell, there aren't existing tests for
these.

Fixes #18383

Change-Id: I06eaef05777a1474886167e3797c5bcd93189d1b
Reviewed-on: https://go-review.googlesource.com/45156
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/base/path.go
src/cmd/go/internal/fix/fix.go
src/cmd/go/internal/fmtcmd/fmt.go
src/cmd/go/internal/get/get.go