platform_build_blueprint/pathtools
Colin Cross 4604a81721 Use info.IsDir() instead of info.Mode()&os.ModeDir != 0
Use the info.IsDir() shortcut.

Test: glob_test.go
Change-Id: Ibba8bbc6af295e3d86321b0c070a84c2b7008dd9
2021-01-20 13:47:37 -08:00
..
testdata Fix recursive globs through symlinks 2018-09-24 15:09:32 -07:00
fs.go Use info.IsDir() instead of info.Mode()&os.ModeDir != 0 2021-01-20 13:47:37 -08:00
fs_test.go Fix reading absolute paths through OsFs 2020-01-10 13:52:22 -08:00
glob.go Use info.IsDir() instead of info.Mode()&os.ModeDir != 0 2021-01-20 13:47:37 -08:00
glob_test.go Add more pathtools.Match test cases 2019-05-20 14:57:31 -07:00
lists.go Replace ReplaceExtension regexp with manual string operations 2015-04-15 11:03:06 -07:00