1
0
mirror of https://github.com/golang/go synced 2024-10-01 05:28:33 -06:00
go/misc/dashboard/builder
Robert Griesemer eac31c67a8 go/doc: streamlined go/doc API
- the main changes are removing the Doc suffix
  from the exported types, so instead of
  doc.TypeDoc one will have doc.Type, etc.

- All exported types now have a Name (or Names) field.
  For Values, the Names field lists all declared variables
  or constants.

- Methods have additional information about where they are
  coming from.

- There's a mode field instead of a bool to
  control the package's operation, which makes
  it easier to extend w/o API changes.

Except for the partially implemented new Method type,
this is based on existing code. A clean rewrite is in
progress based on this new API.

R=rsc, kevlar
CC=golang-dev
https://golang.org/cl/5528060
2012-01-12 17:36:57 -08:00
..
doc.go dashboard: fix for branches 2011-05-12 11:21:34 -04:00
exec.go gobuilder: goinstall packages after building go tree 2011-12-08 10:31:06 +11:00
http.go misc/dashboard/builder: fix comment in http.go 2012-01-11 13:23:33 -08:00
main.go builder: pass through TMPDIR env var, drop DISABLE_NET_TESTS 2012-01-11 15:44:20 +11:00
Makefile dashboard: fix for branches 2011-05-12 11:21:34 -04:00
package.go go/doc: streamlined go/doc API 2012-01-12 17:36:57 -08:00