func github.com/google/go-cmp/cmp.formatMapKey
4 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L219: formatKey = func(v reflect.Value) string { return formatMapKey(v, false, ptrs) }
report_compare.go#L397: list[i].Key = formatMapKey(k, true, ptrs)
report_reflect.go#L263: sk := formatMapKey(k, false, ptrs)
report_reflect.go#L347: func formatMapKey(v reflect.Value, disambiguate bool, ptrs *pointerReferences) string {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |