1
0
mirror of https://github.com/golang/go synced 2024-11-16 18:04:39 -07:00
go/lib/godoc
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
..
dirlist.html Distinguish between html generation and html quoting in godoc formatters. 2010-01-13 15:18:56 -08:00
error.html godoc support for directories outside $GOROOT 2010-02-16 11:20:55 -08:00
godoc.html First run at a Programming FAQ 2010-03-04 12:56:08 +11:00
package.html godoc: support for multiple packages in a directory 2010-03-12 18:16:21 -08:00
package.txt godoc: support for multiple packages in a directory 2010-03-12 18:16:21 -08:00
search.html remove absolute paths from search results 2010-02-19 10:09:20 -08:00
search.txt godoc: implemented command-line search 2010-03-19 12:46:43 -07:00
source.html godoc: initial support for showing popup information 2010-03-16 14:17:42 -07:00