]> Cypherpunks repositories - gostls13.git/commit
path/filepath: avoid allocation in Clean of cleaned path even on windows (fix build)
authorAlex Brainman <alex.brainman@gmail.com>
Sat, 30 Jun 2012 12:08:53 +0000 (22:08 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Sat, 30 Jun 2012 12:08:53 +0000 (22:08 +1000)
commitc644a4ddfe9afe8ab79a6d3c776117cdb11dd2b7
tree6585f2fd703a3ca8e40a276d09dc9a31206b4068
parent33d2b495c5656b060d835bd395a5c736bd7f1e6a
path/filepath: avoid allocation in Clean of cleaned path even on windows (fix build)

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6344049
src/pkg/path/filepath/path.go
src/pkg/path/filepath/path_plan9.go
src/pkg/path/filepath/path_unix.go
src/pkg/path/filepath/path_windows.go