]> Cypherpunks repositories - gostls13.git/commit
path/filepath.Glob: don't drop known matches on error.
authorRob Pike <r@golang.org>
Fri, 1 Apr 2011 16:58:05 +0000 (09:58 -0700)
committerRob Pike <r@golang.org>
Fri, 1 Apr 2011 16:58:05 +0000 (09:58 -0700)
commita78a25a16b5b56bdaa96ca7ce202bc1f20ab1bf1
tree0dd86aa9777dd5d2e4ea9947aada19d3af5cd9e2
parent731786439cd0c36a8eee721cc44ec26795609e00
path/filepath.Glob: don't drop known matches on error.
Fixes #1610.

R=rsc
CC=golang-dev
https://golang.org/cl/4355042
src/pkg/path/filepath/match.go