Commit 55986c13 authored by Andrew Gerrand's avatar Andrew Gerrand

path: fix typo in path.Visitor

Fixes #1088.

R=gri, iant
CC=golang-dev
https://golang.org/cl/2157043
parent cc2157ed
...@@ -140,7 +140,7 @@ func Ext(path string) string { ...@@ -140,7 +140,7 @@ func Ext(path string) string {
} }
// Visitor methods are invoked for corresponding file tree entries // Visitor methods are invoked for corresponding file tree entries
// visited by Walk. The parameter path is the full path of d relative // visited by Walk. The parameter path is the full path of f relative
// to root. // to root.
type Visitor interface { type Visitor interface {
VisitDir(path string, f *os.FileInfo) bool VisitDir(path string, f *os.FileInfo) bool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment