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: rename module from github.com/facebook/ent => entgo.io/ent #1226

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

a8m
Copy link
Member

@a8m a8m commented Feb 2, 2021

Use find + sed for replacing import paths (on Mac):

find . -type f -name '*.md' -exec sed -i '' 's/github.com\/facebook/entgo.io/g' {} +

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Feb 2, 2021
@a8m a8m merged commit dd4792f into master Feb 2, 2021
@a8m a8m deleted the entgoimport branch February 2, 2021 21:03
cliedeman pushed a commit to cliedeman/ent that referenced this pull request Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants