Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+130 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -111/+0 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -0/+3 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -2/+3 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -1/+16 | |
2010-03-29 | godoc: support for filtering of command-line output in -src mode | Robert Griesemer | 1 | -4/+8 | |
+ various minor cleanups Usage: godoc -src math Sin R=rsc CC=golang-dev http://codereview.appspot.com/791041 | |||||
2010-03-19 | godoc: implemented command-line search | Robert Griesemer | 1 | -3/+19 | |
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 http://codereview.appspot.com/648041 | |||||
2010-03-10 | godoc: change -x to -src, update doc.go (missed in previous CL) | Robert Griesemer | 1 | -0/+2 | |
R=rsc CC=golang-dev http://codereview.appspot.com/384044 | |||||
2010-02-18 | godoc: path cleanups, fixed a race condition, initial support for a menu on ↵ | Robert Griesemer | 1 | -6/+0 | |
pages R=rsc CC=adg, golang-dev http://codereview.appspot.com/215050 | |||||
2010-02-16 | godoc: updated documentation | Robert Griesemer | 1 | -7/+23 | |
R=r CC=golang-dev http://codereview.appspot.com/207112 | |||||
2009-11-09 | tweak documentation of commands | Russ Cox | 1 | -1/+1 | |
so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034 | |||||
2009-11-06 | updated godoc documentation | Robert Griesemer | 1 | -3/+17 | |
R=r http://go/go-review/1026007 | |||||
2009-11-04 | document godoc and gofmt | Rob Pike | 1 | -0/+46 | |
R=rsc http://go/go-review/1018036 |