Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobCollection ¶
type GlobCollection struct {
// contains filtered or unexported fields
}
func NewGlobCollection ¶
func NewGlobCollection(patterns []string) GlobCollection
func (*GlobCollection) Len ¶
func (gc *GlobCollection) Len() int
func (*GlobCollection) Matches ¶
func (gc *GlobCollection) Matches(s RelativePath) bool
Click to show internal directories.
Click to hide internal directories.