]> Cypherpunks repositories - gostls13.git/commit
cmd/godoc: always include /doc files in union filesystems
authorAndrew Gerrand <adg@golang.org>
Mon, 12 Mar 2012 04:55:39 +0000 (15:55 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 12 Mar 2012 04:55:39 +0000 (15:55 +1100)
commit92d4af301e5c69b066b75475b3fce24e4fa51ab3
treecbe11ce6ccb64ff891ce289a0ffe1b5761f60f95
parent2ae860585920e17c1d43098c476ffb11c21b35f8
cmd/godoc: always include /doc files in union filesystems

Makes Path rewrites work, as the metadata was never being scanned.

Fixes #3282.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5783076
src/cmd/godoc/filesystem.go