]> Cypherpunks repositories - gostls13.git/commit
godoc: line numbers for all remote search results
authorRobert Griesemer <gri@golang.org>
Sat, 20 Mar 2010 05:48:08 +0000 (22:48 -0700)
committerRobert Griesemer <gri@golang.org>
Sat, 20 Mar 2010 05:48:08 +0000 (22:48 -0700)
commit6c8fdbe8c700cd5cda51bad47c5729a966897595
tree99ea7204db7cf9c227aa31e2de80586fce8588a9
parente8fb0b014ca37ffd34b99f2f83c477bca8ad13ff
godoc: line numbers for all remote search results

Instead of returning the index lookup result via
RPC which has to be corrected for the client,
simply render it on the server and return the
final output.

R=rsc, r
CC=golang-dev
https://golang.org/cl/669041
lib/godoc/search.txt
src/cmd/godoc/godoc.go
src/cmd/godoc/main.go