]> Cypherpunks repositories - gostls13.git/commit
os: fix path/filepath test on Windows
authorRuss Cox <rsc@golang.org>
Wed, 30 Nov 2011 18:42:14 +0000 (13:42 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 30 Nov 2011 18:42:14 +0000 (13:42 -0500)
commite62622b1b1a51471f85d13119f0dbff76bdac4b0
treea335c75461896550d536acae844d8cfcc31f7567
parente812db35581d257fb2d3518509898fc22bdd2d48
os: fix path/filepath test on Windows

This is not the right fix, but it is what used to happen
before the FileInfo conversion, and it should get the
build working again (at least that part).

TBR=brainman
CC=golang-dev
https://golang.org/cl/5434090
src/pkg/os/stat_windows.go