]> Cypherpunks repositories - gostls13.git/commit
undo CL 4964067 / 661cb84cc6f0
authorRobert Griesemer <gri@golang.org>
Wed, 7 Sep 2011 22:19:53 +0000 (15:19 -0700)
committerRobert Griesemer <gri@golang.org>
Wed, 7 Sep 2011 22:19:53 +0000 (15:19 -0700)
commit49bcc88f793050d128f0f0df447ff2e2783cc145
tree7cd14d94ac22229537966325bca45c7dfb7f2e64
parente5c20dc270c3471bddee57f470bff6481ed12234
undo CL 4964067 / 661cb84cc6f0

API change. Needs further reflection.

««« original CL description
path/filepath: Simplify Walk interface

The last argument of filepath.Walk was removed, and the Visitor
interface now contains an Error method that is called on errors.

Fixes #2237.

R=golang-dev, gri, r
CC=golang-dev
https://golang.org/cl/4964067

»»»

R=r
CC=golang-dev
https://golang.org/cl/4974065
src/cmd/gofix/main.go
src/cmd/gofmt/gofmt.go
src/cmd/govet/govet.go
src/pkg/path/filepath/path.go
src/pkg/path/filepath/path_test.go