aboutsummaryrefslogtreecommitdiff
path: root/src/io/fs/glob.go
AgeCommit message (Expand)Author
2023-10-11io/fs: add godoc linksOlivier Mengué
2022-07-12io/fs: fix stack exhaustion in GlobJulie Qiu
2021-02-09io/fs: backslash is always a glob meta characterIan Lance Taylor
2021-01-08io/fs: minor corrections to Glob docIan Lance Taylor
2021-01-08io/fs: minor corrections to Glob release dateMeng Zhuo
2020-10-23io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox
2020-10-20io/fs: add Glob and GlobFSRuss Cox