1
0
mirror of https://github.com/golang/go synced 2024-11-21 19:54:41 -07:00
go/lib
Robert Griesemer 17e0351404 godoc: implemented command-line search
The command-line search is using a running webserver
as index server; i.e., the search result is reflecting
the index at the server. See the documentation for
details.

Usage: godoc -q query1 query2 ...

Known issue: Results don't show the all-important
line numbers yet due to the way the index is organized.
Next CL.

R=rsc, r
CC=golang-dev
https://golang.org/cl/648041
2010-03-19 12:46:43 -07:00
..
codereview codereview.py: fix for compatibility with hg >=1.4.3 2010-03-03 09:03:31 +11:00
godoc godoc: implemented command-line search 2010-03-19 12:46:43 -07:00