]> Cypherpunks repositories - gostls13.git/commit
path/filepath: document that Walk does not follow symlinks
authorRuss Cox <rsc@golang.org>
Tue, 5 Feb 2013 03:59:30 +0000 (22:59 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 5 Feb 2013 03:59:30 +0000 (22:59 -0500)
commita60ffed9e73a5956b6400ae8863856967982c779
tree8af4479109a1c261b0dce79825f0fb0cf8dc575b
parent572d984eaa64e6e3a1a67ecde9f6a1038d76becc
path/filepath: document that Walk does not follow symlinks

Fixes #4759.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7304043
src/pkg/path/filepath/path.go