gomove icon indicating copy to clipboard operation
gomove copied to clipboard

gomove is a utility to help you move golang packages by automatically changing the import paths from the old one to new one.

Results 4 gomove issues
Sort by recently updated
recently updated
newest added

Thanks for a great tool! In using it for `golang.org/x/tools`, I found `gomove` missed imports that use an explicit package name: ``` import _ "a/package/name1" // side-effects-only import import myname...

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...

Alter behaviour to be consistent with go builtin ./... (go list ./... etc) and skip/ignore code under `vendor/` folders.

Under Consideration

- lookup config allows multiple dependencies at the same time. This is useful when moving a whole org. - #8 updating the go.mod file and deleting associated checksums in the...