You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not think that godoc should be deprecated.
pkgsite seems no replacement for godoc, even if it would work. I do not want a copy of the go.dev Website. I want access to documentation for the stdlib and my own, unpublished packages without leaving my machine
I tried installing pkgsite with go install golang.org/x/pkgsite/cmd/pkgsite@latest
The package simply does not work, though it claims to be installed: it starts with a local copy of the go.dev website, but all search requests result in: a barrage of nested "returning 424 (Failed Dependency)" ending in
This page is not supported for this datasource
. I see no need for a local copy of go.dev and hence pkgsite - the website at go.dev is sufficient. I also think that package has too many dependencies, rendering it very fragile.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
start godoc from dir containing go.work file: godoc -http=:6060 &
What did you expect to see?
go doc includes http-Pages for ThirdParty-section for all modules listed in go.work
What did you see instead?
go.work is ignored, godoc server does not include any ThirdParty modules
The text was updated successfully, but these errors were encountered: