]> Cypherpunks repositories - gostls13.git/commit
os: make MkdirAll work with symlinks
authorRyan Hitchman <hitchmanr@gmail.com>
Thu, 9 Dec 2010 23:43:45 +0000 (10:43 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 9 Dec 2010 23:43:45 +0000 (10:43 +1100)
commit8959851a96bcf0ccf60df0869872ab7f848abf06
treec83f8ae3ce8cf412fa66c543ae56a0e0d1cdf8a0
parentae605268488e49f4c4f0e46ac0fb69d7129d9f0c
os: make MkdirAll work with symlinks

Fixes #1149.

R=adg
CC=golang-dev
https://golang.org/cl/3564041
src/pkg/os/os_test.go
src/pkg/os/path.go
src/pkg/os/path_test.go