type Wildcard struct { // contains filtered or unexported fields }
func New(wildcards ...string) *Wildcard
func (filter *Wildcard) Accept(file *goldsmith.File) (bool, error)
func (*Wildcard) Name() string