Skip to content

command for rewriting import paths #8

@fredr

Description

@fredr

It would be nice if I could rewrite all dependencies of my package to the corresponding nut-version.
Something similar to running godep save -r github.com/fredr/mypackage/... that will rewrite all import paths in github.com/fredr/mypackage.

This would be to make sure I haven't imported locked packages form the GOPATH instead of the nut vendor dir. (i.e goimports probably chooses the GOPATH path)

And if it also could report any non-vendored packages would be nice (maybe that should be it's own command)

Makes sense?

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