github.com/google/go-cmp/cmp.textRecord.ElideComma (field)
11 uses
github.com/google/go-cmp/cmp (current package)
report_reflect.go#L325: list = append(list, textRecord{Diff: opts.DiffMode, Value: textLine(prefix + `"""`), ElideComma: true})
report_reflect.go#L329: list = append(list, textRecord{Diff: opts.DiffMode, Value: textEllipsis, ElideComma: true, Comment: comment})
report_reflect.go#L332: list = append(list, textRecord{Diff: opts.DiffMode, Value: textLine(line), ElideComma: true})
report_reflect.go#L334: list = append(list, textRecord{Diff: opts.DiffMode, Value: textLine(prefix + `"""`), ElideComma: true})
report_slices.go#L157: list2 = append(list2, textRecord{Value: textLine(`"""`), ElideComma: true})
report_slices.go#L184: r.ElideComma = true
report_slices.go#L195: list2 = append(list2, textRecord{Value: textLine(`"""`), ElideComma: true})
report_text.go#L146: ElideComma bool // avoid trailing comma
report_text.go#L157: *s = append(*s, textRecord{Value: textEllipsis, ElideComma: true, Comment: ds})
report_text.go#L159: *s = append(*s, textRecord{Value: textEllipsis, ElideComma: true})
report_text.go#L298: if !r.ElideComma {
 |
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. |