gobwas/glob

fails to build with go 1.10 prerelease

decathorpe opened this issue · 2 comments

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]

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

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