Adds missing comment

This commit is contained in:
Jesse Donat 2016-05-05 16:59:11 -05:00
parent 498a8df743
commit fae8fb8ae2
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ type Glob interface {
Match(string) bool
}
// Globs represents a collection of Globs
type Globs []Glob
// Compile creates Glob for given pattern and strings (if any present after pattern) as separators.