Descriptiongodoc: 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 issue 3012.
Patch Set 1 #Patch Set 2 : diff -r 07e1cea7cfc7 https://code.google.com/p/go #Patch Set 3 : diff -r 07e1cea7cfc7 https://code.google.com/p/go #Patch Set 4 : diff -r 07e1cea7cfc7 https://code.google.com/p/go #Patch Set 5 : diff -r 07e1cea7cfc7 https://code.google.com/p/go #Patch Set 6 : diff -r 14c8f376e8aa https://code.google.com/p/go #MessagesTotal messages: 7
|