go/src/path/filepath
Aurélien Rainone 7989119d17 path/filepath: add example for Match
Change-Id: Id2df4895a95904a607e54dd9810bfe97f5e12a73
Reviewed-on: https://go-review.googlesource.com/c/144105
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-10-24 20:57:32 +00:00
..
example_test.go path/filepath: add example for Ext 2017-08-25 16:24:37 +00:00
example_unix_test.go path/filepath: add example for Match 2018-10-24 20:57:32 +00:00
example_unix_walk_test.go path/filepath: make Walk example runnable in the playground 2018-07-17 21:26:47 +00:00
export_test.go
export_windows_test.go
match.go path/filepath: fix escaped chars in Glob on non-Windows 2018-02-14 11:47:59 +00:00
match_test.go path/filepath: fix escaped chars in Glob on non-Windows 2018-02-14 11:47:59 +00:00
path.go path/filepath: fix Windows-specific Clean bug 2018-09-29 04:26:02 +00:00
path_plan9.go
path_test.go path/filepath: fix Windows-specific Clean bug 2018-09-29 04:26:02 +00:00
path_unix.go path/filepath: add AIX operating system 2018-10-11 14:46:37 +00:00
path_windows.go all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
path_windows_test.go all: use strings.ReplaceAll and bytes.ReplaceAll where applicable 2018-09-26 22:14:25 +00:00
symlink.go path/filepath: correct symlink eval for symlink at root 2018-09-13 21:34:56 +00:00
symlink_unix.go
symlink_windows.go path/filepath: re-implement windows EvalSymlinks 2017-10-05 04:16:00 +00:00