type github.com/google/go-cmp/cmp.textList
21 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L137: var list textList
report_compare.go#L235: var list textList
report_compare.go#L281: var list textList
report_references.go#L121: case textList:
report_reflect.go#L178: var list textList
report_reflect.go#L224: var list textList
report_reflect.go#L257: var list textList
report_reflect.go#L324: var list textList
report_slices.go#L119: var list textList
report_slices.go#L156: var list2 textList
report_slices.go#L323: ) (list textList) {
report_text.go#L141: type textList []textRecord
report_text.go#L153: func (s *textList) AppendEllipsis(ds diffStats) {
report_text.go#L168: func (s textList) Len() (n int) {
report_text.go#L182: func (s1 textList) Equal(s2 textNode) bool {
report_text.go#L183: if s2, ok := s2.(textList); ok {
report_text.go#L198: func (s textList) String() string {
report_text.go#L202: func (s textList) formatCompactTo(b []byte, d diffMode) ([]byte, textNode) {
report_text.go#L203: s = append(textList(nil), s...) // Avoid mutating original
report_text.go#L238: func (s textList) formatExpandedTo(b []byte, d diffMode, n indentMode) []byte {
report_text.go#L312: func (s textList) alignLens(
![]() |
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. |