Versions in this module Expand all Collapse all v1 v1.5.4 Dec 27, 2016 Changes in this version + type Filter struct + func New(include, exclude []string) *Filter + func NewFromPatterns(include, exclude []Pattern) *Filter + func (f *Filter) Allows(filename string) bool + type Pattern interface + Match func(filename string) bool + func NewPattern(rawpattern string) Pattern