Skip to content

Use existing dependency code source from the GOPATH #55

@yaziine

Description

@yaziine

gohack should check if the dependency already exists in the GOPATH before cloning it into $HOME/gohack.

Let's say I have github.com/heetch/felice in my GOPATH.

Instead of having:

replace github.com/heetch/felice => $HOME/gohack/github.com/heetch/felice

I would have

replace github.com/heetch/felice => $GOPATH/src/github.com/heetch/felice

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions