Skip to content

Commit

Permalink
fix broken go-cmp link (sourcegraph#54206)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterguy authored Aug 15, 2023
1 parent c98cac6 commit 13ffb30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func TestSprocket(t *testing.T) {

### Asserting expected complex values

Expected values that are not simple scalars (really, anything not comparable with `==`) should use [go-cmp](https://github.com/google/go-cmp/cmp) to create a highly-readable diff string.
Expected values that are not simple scalars (really, anything not comparable with `==`) should use [go-cmp](https://github.com/google/go-cmp) to create a highly-readable diff string.

```go
import "github.com/google/go-cmp/cmp"
Expand Down

0 comments on commit 13ffb30

Please sign in to comment.