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

gopher2600: use fully qualified import path as module path #5

Merged
merged 1 commit into from
Mar 21, 2020

Conversation

mewmew
Copy link
Contributor

@mewmew mewmew commented Mar 21, 2020

Fixes #4.

This change was generated automatically by running:

$ find . -type f -name '*.go' | xargs -I '{}' sar -i '"gopher2600/' '"github.com/jetsetilly/gopher2600/' '{}'
$ find . -type f -name '*.go' | xargs -I '{}' goimports -w '{}'

Using goimports of x/tools to format imports and sar to search and replace (using regexp).

@JetSetIlly
Copy link
Owner

Merged. Thanks for the contribution. Smart solution too.

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

Successfully merging this pull request may close these issues.

include domain name in module paths; local module paths may be reserved in the future
2 participants