Skip to content

go.mod update support #8

@bigkevmcd

Description

@bigkevmcd

It'd be nice (especially if migrating a project between orgs) to be able to run gomove and have it change the go.mod if necessary.

Not sure if this should be an optional thing, or something you explicitly don't want.

Basically, I'm thinking that running gomove github.com/myorg/my-repo github.com/neworg/my-repo would patch all the Go files, and also, update the module too (unless otherwise requested).

module github.com/myorg/my-repo => module github.com/neworg/my-repo

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