]> Cypherpunks repositories - gostls13.git/commit
godoc: use correct time stamp to indicate accuracy of search result
authorRobert Griesemer <gri@golang.org>
Fri, 19 Nov 2010 22:05:12 +0000 (14:05 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 19 Nov 2010 22:05:12 +0000 (14:05 -0800)
commitb1fd0860df0683ebe94267a78020864b26b44d7a
tree14998230380b6533c184c844c3c8495aea594128
parentb84b20b820a41ae78881ebefa4e768a264dfb203
godoc: use correct time stamp to indicate accuracy of search result

- compare against fsModified to check if index is out of date
- don't change fsModified if there are no user-mapped file systems

R=rsc, iant
CC=golang-dev
https://golang.org/cl/3213041
src/cmd/godoc/godoc.go