Skip to content

Commit

Permalink
Correct README links
Browse files Browse the repository at this point in the history
  • Loading branch information
csainty committed Oct 16, 2023
1 parent 9e52ce6 commit 1028d72
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Gomock Matcher

[![CircleCI](https://circleci.com/gh/Storytel/gomock-matchers/tree/master.svg?style=svg)](https://circleci.com/gh/Storytel/gomock-matchers/tree/master)
[![Go Report Card](https://goreportcard.com/badge/github.com/Storytel/gomock-matchers)](https://goreportcard.com/report/github.com/Storytel/gomock-matchers)

Matching library for use with [golang/gomock][golang-gomock]
Expand Down Expand Up @@ -128,5 +127,5 @@ func TestAsyncBlockMatcher(t *testing.T) {
```
</details>

[matcher-interface]: https://godoc.org/github.com/golang/mock/gomock#Matcher
[golang-gomock]: https://github.com/golang/mock
[matcher-interface]: https://godoc.org/go.uber.org/mock/gomock#Matcher
[golang-gomock]: https://github.com/uber-go/mock

0 comments on commit 1028d72

Please sign in to comment.