]> Cypherpunks repositories - gostls13.git/commit
godoc: tiny bug fix - use correct filename when comparing files against the index...
authorRobert Griesemer <gri@golang.org>
Thu, 27 Jan 2011 22:11:58 +0000 (14:11 -0800)
committerRobert Griesemer <gri@golang.org>
Thu, 27 Jan 2011 22:11:58 +0000 (14:11 -0800)
commit9b07abab785cde1c3ffaccc2d0846b26f2659909
tree89bf5f577f0532bb16a669b03cd75124fc550c2d
parentc9bf30cf19949221a4ffdd109b131496c40c5521
godoc: tiny bug fix - use correct filename when comparing files against the index whitelist

This bug prevented files such as READMEs etc. from being included in the index.
For instance, now author names recorded in the AUTHORS file can be found with
a godoc query.

R=rsc, r2
CC=golang-dev
https://golang.org/cl/4005047
src/cmd/godoc/index.go