Skip to content

Commit

Permalink
Fix Go reference URL in README (uber-go#25)
Browse files Browse the repository at this point in the history
Go reference uses module name rather than repository URL as a package
name.
  • Loading branch information
maciejaszek authored and sywhang committed Jul 5, 2023
1 parent 1974d84 commit 3d22ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,5 @@ If the received value is `3`, then it will be printed as `03`.
[golang-install]: http://golang.org/doc/install.html#releases
[ci-badge]: https://github.com/uber/mock/actions/workflows/test.yaml/badge.svg
[ci-runs]: https://github.com/uber/mock/actions
[reference-badge]: https://pkg.go.dev/badge/github.com/uber/mock.svg
[reference]: https://pkg.go.dev/github.com/uber/mock
[reference-badge]: https://pkg.go.dev/badge/go.uber.org/mock.svg
[reference]: https://pkg.go.dev/go.uber.org/mock

0 comments on commit 3d22ac0

Please sign in to comment.