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

Fix import path and godoc link in README #51

Merged
merged 1 commit into from
Dec 30, 2020

Conversation

moorereason
Copy link
Contributor

Go modules expects releases greater than or equal to v2.0.0 to be
imported with a /v2 suffix. Without the /v2 suffix, go mod is
unable to detect the latest version of emoji and saves a "+incompatible"
version in the user's go.mod file.

godoc.org is deprecated and will begin redirecting to pkg.go.dev in
early 2021. Update link and badge to point to pkg.go.dev.
See https://blog.golang.org/godoc.org-redirect for more information.

Go modules expects releases greater than or equal to v2.0.0 to be
imported with a `/v2` suffix.  Without the `/v2` suffix, `go mod` is
unable to detect the latest version of emoji and saves a "+incompatible"
version in the user's go.mod file.

godoc.org is deprecated and will begin redirecting to pkg.go.dev in
early 2021.  Update link and badge to point to pkg.go.dev.
See https://blog.golang.org/godoc.org-redirect for more information.
Copy link
Owner

@kyokomi kyokomi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you PR. LGTM 👍

@kyokomi kyokomi merged commit a342ba5 into kyokomi:master Dec 30, 2020
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.

None yet

2 participants