]> Cypherpunks repositories - gostls13.git/commit
path/filepath: fixes for windows paths
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 18 Jul 2011 07:08:12 +0000 (17:08 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 18 Jul 2011 07:08:12 +0000 (17:08 +1000)
commit3c4ca95da9faf2cfce93140ad88d7c65026c6ca3
tree27f891dfa6bb6ef2de6f446e8a9fa2436d922cd6
parent95323c59eaa6ffa8c76450c19a3831c88ecd19e3
path/filepath: fixes for windows paths

- Clean and IsAbs to handle paths with drive letter properly.
- Clean to replace / with \.

R=golang-dev, adg
CC=golang-dev, mattn.jp
https://golang.org/cl/4758051
src/pkg/go/scanner/scanner_test.go
src/pkg/path/filepath/path.go
src/pkg/path/filepath/path_test.go
src/pkg/path/filepath/path_windows.go