I am using the godoc command to get the complete documentaion of a package
vs. the short form the go doc normally generates. For example the following
alias:
alias gdf="go list ./...|fzf --preview 'go doc {}' --bind
'enter:execute(godoc {}|less)'"
works for me as a nice terminal go documentation browser for the current go
source tree I issue the command from. But this alias relies on godoc
delivering the complete package documentation and go doc to do the usual
summary. Any way to keep that feature when godoc is going http only in
future releases?
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.