1
0
mirror of https://github.com/golang/go synced 2024-10-05 02:21:22 -06:00
go/src/cmd
Robert Griesemer 3a582a768b godoc: make godoc go work
- if a package path leads to subdirectories only,
  show command instead, if any
- to force documentation for a command, use the
  cmd/ prefix, as in: godoc cmd/go
  (note that for the go command, the prefix is
  not required since there is no actual go library
  package at the moment)

Fixes #3012.

R=rsc
CC=golang-dev
https://golang.org/cl/5665049
2012-02-14 13:57:21 -08:00
..
5a build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
5c build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
5g 5g: fix memory corruption 2012-02-14 01:13:14 -05:00
5l 5l: attempt to fix arm build 2012-02-08 15:12:56 +11:00
6a build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
6c build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
6g gc: optimize interface ==, != 2012-02-11 00:19:24 -05:00
6l 5l, 6l, 8l: implement -X flag 2012-02-07 16:46:33 -05:00
8a 8a, 8l: add LFENCE, MFENCE, SFENCE 2012-02-13 13:58:12 -05:00
8c build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
8g gc, 8g, 8l: fix a handful of warnings 2012-02-12 23:07:31 -08:00
8l 8a, 8l: add LFENCE, MFENCE, SFENCE 2012-02-13 13:58:12 -05:00
api cmd/api: fix typo. 2012-02-14 12:37:57 +11:00
cc build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
cgo cgo: add support for returning errno with gccgo. 2012-02-14 20:23:45 +01:00
cov build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
dist cmd/dist: exclude cov and prof from releases 2012-02-14 00:18:30 -05:00
fix fix: add fix for crypto type change 2012-02-13 16:01:34 -05:00
gc gc: fix comment in mkbuiltin 2012-02-14 16:27:35 -05:00
go cmd/go: a raft of fixes 2012-02-14 16:39:20 -05:00
godoc godoc: make godoc go work 2012-02-14 13:57:21 -08:00
gofmt gofmt: fix error message in test 2012-02-10 21:47:18 -08:00
ld runtime: delete Type and implementations (use reflect instead) 2012-02-12 23:26:20 -05:00
nm build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
pack build: delete make paraphernalia 2012-02-06 13:34:25 -05:00
prof cmd/dist: exclude cov and prof from releases 2012-02-14 00:18:30 -05:00
vet cmd/vet: give warning for construct 'Println(os.Stderr, ...)' 2012-02-14 11:24:41 -05:00
yacc all packages: fix various typos 2012-02-01 16:19:36 -08:00