mirror of https://github.com/gobwas/glob.git
tabs in comment
This commit is contained in:
parent
255f474e5f
commit
a5a91a6322
1
glob.go
1
glob.go
|
@ -32,6 +32,7 @@ type Glob interface {
|
||||||
// pattern-list:
|
// pattern-list:
|
||||||
// pattern { `,` pattern }
|
// pattern { `,` pattern }
|
||||||
// comma-separated (without spaces) patterns
|
// comma-separated (without spaces) patterns
|
||||||
|
//
|
||||||
func Compile(pattern string, separators ...string) (Glob, error) {
|
func Compile(pattern string, separators ...string) (Glob, error) {
|
||||||
ast, err := parse(newLexer(pattern))
|
ast, err := parse(newLexer(pattern))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue