aboutsummaryrefslogtreecommitdiff
path: root/src/path/match.go
AgeCommit message (Expand)Author
2025-09-04path{,/filepath}: speed up MatchJulien Cretel
2023-11-23path: add available godoc linkcui fliter
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2020-10-23io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox
2020-10-13path: avoid import of stringsRuss Cox
2018-02-14path: remove filename mentions from pattern godocsDaniel Martí
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2014-09-08build: move package sources from src/pkg to srcRuss Cox