go/src/path
Yasuhiro Matsumoto 935faf3be2 path/filepath: in Rel use case-insensitive comparison on Windows
Fixes #10802

Compare Volume name and each path elements using strings.EqualFold.

Change-Id: Ibdefdb801d0326e53755bc9cc8c10eed998094e5
Reviewed-on: https://go-review.googlesource.com/16795
Reviewed-by: Russ Cox <rsc@golang.org>
2015-11-12 19:58:37 +00:00
..
filepath path/filepath: in Rel use case-insensitive comparison on Windows 2015-11-12 19:58:37 +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