mirror of https://github.com/gobwas/glob.git
Adds missing comment
This commit is contained in:
parent
498a8df743
commit
fae8fb8ae2
1
glob.go
1
glob.go
|
@ -5,6 +5,7 @@ type Glob interface {
|
||||||
Match(string) bool
|
Match(string) bool
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Globs represents a collection of Globs
|
||||||
type Globs []Glob
|
type Globs []Glob
|
||||||
|
|
||||||
// Compile creates Glob for given pattern and strings (if any present after pattern) as separators.
|
// Compile creates Glob for given pattern and strings (if any present after pattern) as separators.
|
||||||
|
|
Loading…
Reference in New Issue