1
0
mirror of https://github.com/golang/go synced 2024-10-03 04:11:21 -06:00
go/src/path
Hyang-Ah (Hana) Kim eb96bb1992 path/filepath: clarify the package doc about '/' in returned results.
The slash is replaced with os.PathSeparator before returning.
Split, SplitList are the exceptions; comments for them mention this.

Fixes golang/go#10122.

Change-Id: I66dbee8d09f378582e046be8df309a3930151820
Reviewed-on: https://go-review.googlesource.com/7310
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Rob Pike <r@golang.org>
2015-03-11 20:25:35 +00:00
..
filepath path/filepath: clarify the package doc about '/' in returned results. 2015-03-11 20:25:35 +00:00
example_test.go
match_test.go
match.go
path_test.go
path.go