fix broken go-cmp link (#54206)

This commit is contained in:
Peter Guy 2023-08-15 13:26:55 -07:00 committed by GitHub
parent c98cac6035
commit 13ffb304b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"