Skip to content

Commit

Permalink
Fix Go reference URL in README (#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 Jul 5, 2023
1 parent fcb6d39 commit 7e5211a
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 7e5211a

Please sign in to comment.