Just cross referencing with
https://github.com/golang/go/issues/24661#issuecomment-418211394
On Tue, 4 Sep 2018 at 17:33, Jens-Uwe Mager <juma...@gmail.com> wrote:
>
> 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 golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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