gobwas / glob

Go glob
MIT License
948 stars 63 forks source link

fails to build with go 1.10 prerelease #24

Closed decathorpe closed 6 years ago

decathorpe commented 6 years ago
go test github.com/gobwas/glob/syntax/ast
# github.com/gobwas/glob/syntax/ast
(...)/src/github.com/gobwas/glob/syntax/ast/parser_test.go:214: Errorf format %s has arg result of wrong type *ast.Node
FAIL    github.com/gobwas/glob/syntax/ast [build failed]
gobwas commented 6 years ago

Hi @decathorpe! Looks like it must work now by 5ccd90ef52e1e632236f7326478d4faa74f99438

decathorpe commented 6 years ago

Yes, it compiles fine now. Thanks for fixing this, and for tagging a new release :+1: