The "go doc" (distinct from "godoc") command works fine offline. It fact it never goes on line.
-rob On Tue, Jul 25, 2017 at 2:45 AM, Tyler Compton <[email protected]> wrote: > For cursor-sensitive help dialogs, you may find Language Server > Protocol[1] interesting. It provides what you're looking for in Visual > Studio Code with Go today, and will help provide that functionality to > editors like [Neo]vim in the future. > > 1. http://langserver.org/ > > On Mon, Jul 24, 2017 at 8:45 AM andrey mirtchovski <[email protected]> > wrote: > >> > What do you use to read documentation when you are offline? >> >> godoc -http=:6060 >> >> -- >> 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. >> > -- > 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. > -- 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.
