2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 16:10:49 +00:00
restic/internal/filter/doc.go
Alexander Neumann 83d1a46526 Moves files
2017-07-23 14:19:13 +02:00

6 lines
241 B
Go

// 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