tabs in comment

This commit is contained in:
s.kamardin 2016-01-18 13:42:51 +03:00
parent 255f474e5f
commit a5a91a6322
1 changed files with 20 additions and 19 deletions

View File

@ -32,6 +32,7 @@ type Glob interface {
// pattern-list:
// pattern { `,` pattern }
// comma-separated (without spaces) patterns
//
func Compile(pattern string, separators ...string) (Glob, error) {
ast, err := parse(newLexer(pattern))
if err != nil {