mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
fix broken go-cmp link (#54206)
This commit is contained in:
parent
c98cac6035
commit
13ffb304b4
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user