commit | e5c20dc270c3471bddee57f470bff6481ed12234 | [log] [tgz] |
---|---|---|
author | Gustavo Niemeyer <gustavo@niemeyer.net> | Wed Sep 07 14:49:48 2011 -0700 |
committer | Robert Griesemer <gri@golang.org> | Wed Sep 07 14:49:48 2011 -0700 |
tree | 99a9d84169f416f0779cda86e8b4571a8096b38e | |
parent | 1e480cd1adde73b0f7549a2d0c79bcc666ebb74d [diff] |
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