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

Commits on Dec 30, 2020

  1. Fix import path and godoc link in README

    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.
    moorereason committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    d559881 View commit details
    Browse the repository at this point in the history