func github.com/google/go-cmp/cmp.formatPointer
5 uses
github.com/google/go-cmp/cmp (current package)
report_references.go#L22: func formatPointer(p value.Pointer, withDelims bool) string {
report_references.go#L97: prefix = formatPointer(p, true)
report_references.go#L105: prefix = formatPointer(p, true)
report_reflect.go#L176: return textLine(formatPointer(value.PointerOf(v), true))
report_reflect.go#L236: header := fmt.Sprintf("ptr:%v, len:%d, cap:%d", formatPointer(value.PointerOf(v), false), v.Len(), v.Cap())
 |
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. |