]> Cypherpunks repositories - gostls13.git/commit
path/filepath: make UNC file names work
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Fri, 9 Sep 2011 07:38:29 +0000 (17:38 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 9 Sep 2011 07:38:29 +0000 (17:38 +1000)
commit3301e5a4f5b45be69b4d58af2f3995179e2a4131
tree41ad7e3aff96b269250b5f238e091f9249e6c35e
parent1f13423d3ebb2c269f68e00cd3c4705f9c141a63
path/filepath: make UNC file names work

Fixes #2201

R=golang-dev, r, rsc, alex.brainman, robert.hencke, jp
CC=golang-dev
https://golang.org/cl/4950051
src/pkg/path/filepath/path.go
src/pkg/path/filepath/path_test.go
src/pkg/path/filepath/path_windows.go