]> Cypherpunks repositories - gostls13.git/commit
godoc: accept symbolic links as path names provided to -path
authorRobert Griesemer <gri@golang.org>
Fri, 25 Feb 2011 00:24:51 +0000 (16:24 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 25 Feb 2011 00:24:51 +0000 (16:24 -0800)
commit27ccb41c4a12e10055e6654a4b26c35040bef98c
treedc9c13fd6bf627ff4f7a5bfc51113a0608af5ac5
parent176eb49d9cd8f1c27cc08d7203529114b1888022
godoc: accept symbolic links as path names provided to -path

When providing addition file systems to godoc via -path, the
path names may be symbolic links. Follow them.

Also: better logging of error and special conditions.

R=r, dsymonds, r2
CC=golang-dev
https://golang.org/cl/4217045
src/cmd/godoc/dirtrees.go
src/cmd/godoc/godoc.go