elvish/glob
Qi Xiao 1c133f6979 util: Change the API of WithTempDir and InTempDir.
They have been renamed to TestDir and InTestDir, and instead of taking a
callback, they return a cleanup function. This saves one level of
indentation in the caller.
2018-10-13 14:04:13 +01:00
..
glob_test.go util: Change the API of WithTempDir and InTempDir. 2018-10-13 14:04:13 +01:00
glob.go Fix minor issues found by gofmt, go vet, and misspell. 2017-12-14 01:28:07 +00:00
parse_test.go Support character sets, ranges and classes in wildcard modifiers. 2017-02-02 15:24:08 -08:00
parse.go Support character sets, ranges and classes in wildcard modifiers. 2017-02-02 15:24:08 -08:00
pattern.go Make golint slightly happier. 2017-05-21 23:54:04 +01:00