go/src/path
Alex Brainman 2fb931d08f path/filepath: remove code working around Join bug
EvalSymlinks code assumes that Join has a bug
(see issue #11551 for details). But issue #11551 has
been fixed. Remove the workaround so it does not
confuses us when we read code next time.

Change-Id: I06bea20189f01f9922237c05516847353d8e4736
Reviewed-on: https://go-review.googlesource.com/17620
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2015-12-09 06:10:46 +00:00
..
filepath path/filepath: remove code working around Join bug 2015-12-09 06:10:46 +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 typo 2015-11-28 05:54:25 +00:00
path_test.go