package
0.3.4
Repository: https://github.com/client9/misspell.git
Documentation: pkg.go.dev

# Functions

NewBaseGlobMatch compiles a new matcher.
NewGlobMatch creates a new GlobMatch instance or error.
NewMultiMatch creates a new MultiMatch instance.
NewPathGlobMatch compiles a new matcher.
Parse reads in a gitignore file and returns a Matcher.

# Structs

GlobMatch handle glob matching.
MultiMatch has matching on a list of matchers.

# Interfaces

Matcher defines an interface for filematchers .