Re: [go-nuts] GoDoc: ignore GOPATH, local serving of help files

2017-07-25 Thread me
> On Monday, July 24, 2017 at 11:06:42 AM UTC-6, Jan Mercl wrote: > >> >> > $ GOPATH= godoc -http :6060 & >> >> >> > For anyone on Windows, use: SET GOPATH= & godoc -http=:6060 (sets an empty gopath, then runs godoc) Then navigate to: http://127.0.0.1:6060/pkg/ -- You received this message

Re: [go-nuts] GoDoc: ignore GOPATH, local serving of help files

2017-07-25 Thread me
On Monday, July 24, 2017 at 11:06:42 AM UTC-6, Jan Mercl wrote: > > > $ GOPATH= godoc -http :6060 & > > > Good work around, simply set a dummy blank gopath using the command line environment. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. T

Re: [go-nuts] GoDoc: ignore GOPATH, local serving of help files

2017-07-24 Thread Jan Mercl
On Mon, Jul 24, 2017 at 5:33 PM me wrote: > $ GOPATH= godoc -http :6060 & -- -j -- 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...@googl

[go-nuts] GoDoc: ignore GOPATH, local serving of help files

2017-07-24 Thread me
When running GoDoc locally to serve help documents offline, a server such as this is setup: http://127.0.0.1:6060/pkg/