Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Docs references broken imports from srcd.works #261

@calvn

Description

@calvn

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 under func (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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions