Skip to content

Commit

Permalink
Renew godoc url to pkg.go.dev from godoc.org
Browse files Browse the repository at this point in the history
  • Loading branch information
kebhr authored and dustin committed Feb 19, 2020
1 parent 9f541cc commit afde56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Just a few functions for helping humanize times and sizes.
`go get` it as `github.com/dustin/go-humanize`, import it as
`"github.com/dustin/go-humanize"`, use it as `humanize`.

See [godoc](https://godoc.org/github.com/dustin/go-humanize) for
See [godoc](https://pkg.go.dev/github.com/dustin/go-humanize) for
complete documentation.

## Sizes
Expand Down

1 comment on commit afde56e

@abh
Copy link

@abh abh commented on afde56e Jun 10, 2020

Choose a reason for hiding this comment

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

pkg.go.dev shows the documentation for the ~2 year old version that's tagged (godoc.org shows the latest version from master).

Please sign in to comment.