Add filter implementation for files

This commit is contained in:
Alexander Neumann
2015-07-13 22:05:21 +02:00
parent 7e0a9aa565
commit bbdb2ebfa0
4 changed files with 481 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// Package filter implements filters for files similar to filepath.Glob, but
// in contrast to filepath.Glob a pattern may specify directories.
//
// For a list of valid patterns please see the documentation on filepath.Glob.
package filter