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
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Since imports uses references from srcd.works, godoc cannot resolve those URLs when trying to get docs for structs/methods that come from imported sub-packages
Since imports uses references from srcd.works, godoc cannot resolve those URLs when trying to get docs for structs/methods that come from imported sub-packages
For example, if I want to look up the docs for
plumbing.Reference
underfunc (r *Repository) Head() (*plumbing.Reference, error)
via this godoc link, it would bring me to https://godoc.org/srcd.works/go-git.v4/plumbing#Reference, which is a 404 not found page. I have to manually change the URL every time I want to look up documentation for sub-packages by changing the URL, in this particular case to https://godoc.org/gopkg.in/src-d/go-git.v4/plumbing#Reference.Would it be possible to have srcd.works correctly serve godoc, or change the imports to be packages from gopkg.in?
The text was updated successfully, but these errors were encountered: