mirror of https://github.com/gobwas/glob.git
comment update
This commit is contained in:
parent
a5a91a6322
commit
41a0d4481c
2
glob.go
2
glob.go
|
@ -7,7 +7,7 @@ type Glob interface {
|
||||||
Match(string) bool
|
Match(string) bool
|
||||||
}
|
}
|
||||||
|
|
||||||
// New creates Glob for given pattern and uses other given (if any) strings as separators.
|
// Compile creates Glob for given pattern and strings (if any present after pattern) as separators.
|
||||||
// The pattern syntax is:
|
// The pattern syntax is:
|
||||||
//
|
//
|
||||||
// pattern:
|
// pattern:
|
||||||
|
|
Loading…
Reference in New Issue