by onsi@pivotallabs.com:
go test ./... ignores directories prefixed with _. This is convenient and seems like a
reasonable rule of thumb.
gofmt -w .
does *not* honor this "rule"
With the ascendance of Godeps there are now Godeps/_workspace folders vendoring
dependencies all over the place. Having gofmt -w . rewrite my dependencies is painful.
Any change the "ignore _" rule could be ported over to gofmt sometime soon?
Would be happy to work on a pull request for this.
by onsi@pivotallabs.com: