mirror of
https://github.com/golang/go
synced 2024-11-22 03:44:39 -07:00
path: fix typo in path.Visitor
Fixes #1088. R=gri, iant CC=golang-dev https://golang.org/cl/2157043
This commit is contained in:
parent
cc2157ed4f
commit
55986c1329
@ -140,7 +140,7 @@ func Ext(path string) string {
|
||||
}
|
||||
|
||||
// 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.
|
||||
type Visitor interface {
|
||||
VisitDir(path string, f *os.FileInfo) bool
|
||||
|
Loading…
Reference in New Issue
Block a user