telegraf/internal/globpath
Cameron Sparr 07728d7425 Refactor globpath pkg to return a map
this is so that we don't call os.Stat twice for every file matched
by Match(). Also changing the behavior to _not_ return the name of a
file that doesn't exist if it's not a glob.
2016-04-24 14:37:44 -06:00
..
testdata globpath refactor into pkg separate from filestat 2016-04-23 11:56:33 -06:00
globpath.go Refactor globpath pkg to return a map 2016-04-24 14:37:44 -06:00
globpath_test.go Refactor globpath pkg to return a map 2016-04-24 14:37:44 -06:00