Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod update support #8

Open
bigkevmcd opened this issue Jul 30, 2020 · 0 comments
Open

go.mod update support #8

bigkevmcd opened this issue Jul 30, 2020 · 0 comments

Comments

@bigkevmcd
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant