github.com/advanderveer/restic@v0.8.1-0.20171209104529-42a8c19aaea6/internal/filter/doc.go (about) 1 // Package filter implements filters for files similar to filepath.Glob, but 2 // in contrast to filepath.Glob a pattern may specify directories. 3 // 4 // For a list of valid patterns please see the documentation on filepath.Glob. 5 package filter