func github.com/google/go-cmp/cmp.formatHex
7 uses
github.com/google/go-cmp/cmp (current package)
report_references.go#L28: return pointerDelimPrefix + formatHex(uint64(v)) + pointerDelimSuffix
report_references.go#L30: return formatHex(uint64(v))
report_reflect.go#L164: return textLine(formatHex(v.Uint()))
report_reflect.go#L168: return textLine(formatHex(v.Uint()))
report_reflect.go#L379: func formatHex(u uint64) string {
report_slices.go#L234: ss = append(ss, formatHex(v.Index(i).Uint()))
report_slices.go#L272: ss = append(ss, formatHex(v.Index(i).Uint()))
![]() |
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. |