]> Cypherpunks repositories - gostls13.git/commit
path/filepath: implement Match and Glob on windows
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 19 Mar 2012 05:51:06 +0000 (16:51 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 19 Mar 2012 05:51:06 +0000 (16:51 +1100)
commit2ef4a84022577ee3de1ecf91ef05603a527b9889
tree081a8c364789744e0066d6d3ddb7f2be49c9bd4f
parent6230569e841543a68b3a68c96f8856b6180199b4
path/filepath: implement Match and Glob on windows

As discussed on golang-dev, windows will use
"\" as path separator. No escaping allowed.

R=golang-dev, r, mattn.jp, rsc, rogpeppe, bsiegert, r
CC=golang-dev
https://golang.org/cl/5825044
src/pkg/path/filepath/match.go
src/pkg/path/filepath/match_test.go