go/src/path
Russ Cox 4df6b1ec2f path/filepath: document and test behavior of SkipDir on files
This behavior is not what we might have designed from the start,
but it has been present since Go 1. Rather than make a visible
behavioral change that might cause programs to work differently
in Go ≤1.4 vs Go ≥1.5, document what SkipDir on a non-directory
has always meant. If code doesn't want this meaning, it is easy
enough not to return SkipDir on non-directories.

Fixes #10533.

Change-Id: Ic0612f032044bc7c69bf62583a02037e4b47530b
Reviewed-on: https://go-review.googlesource.com/11690
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2015-06-29 21:16:35 +00:00
..
filepath path/filepath: document and test behavior of SkipDir on files 2015-06-29 21:16:35 +00:00
example_test.go
match.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
match_test.go
path.go path: fix a typo in documentation of Split 2015-05-31 22:08:38 +00:00
path_test.go