github.com/mckael/restic@v0.8.3/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