When I run godoc with Go 1.7 beta1, I can't find any way to view the
documentation on packages installed on my local system.

If I run godoc it automatically launches the tour in my browser, and all
links within that page are links to parts of the tour.

If I manually change the relative URL from /welcome/1 to /pkg or /pkg/time,
for instance, it just brings me to a "blank" tour page -- < null/ > at the
bottom and an empty yellow editor pane.

If I run godoc --help, the only options are -http and -openbrowser -- none
of the options listed here are shown:
http://godoc.org/golang.org/x/tools/cmd/godoc

If I try running "godoc -src fmt" as in the documentation, I just get a
usage message advising me that only -http and -openbrowser are available.

The 1.7 beta notes don't contain any mention of this:
https://tip.golang.org/doc/go1.7#cmd_doc

Am I missing something obvious, or is it broken?

Thanks,
Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to