platform_build_blueprint/pathtools
Dan Willemsen b6c90239d6 Append / to directories in Glob results
This makes it easy for users of Glob to detect whether the match is a
file or directory. Doing the check at this level means that the filelist
file used as a dependency will be updated if a directory is replaced
with a file of the same name, or vice versa.

Change-Id: I79ebba39327218bcdcf50b393498306119de9d6c
2018-02-23 17:21:37 -08:00
..
testdata Prevent glob from accessing hidden files 2016-12-19 15:17:26 -08:00
fs.go Fix recursive glob on MockFs 2017-10-05 16:06:15 -07:00
glob.go Append / to directories in Glob results 2018-02-23 17:21:37 -08:00
glob_test.go Append / to directories in Glob results 2018-02-23 17:21:37 -08:00
lists.go Replace ReplaceExtension regexp with manual string operations 2015-04-15 11:03:06 -07:00