type encoding.TextMarshaler
8 uses
encoding (current package)
encoding.go#L36: type TextMarshaler interface {
encoding/gob
encode.go#L482: data, err = v.Interface().(encoding.TextMarshaler).MarshalText()
type.go#L110: textMarshalerInterfaceType = reflect.TypeOf((*encoding.TextMarshaler)(nil)).Elem()
encoding/json
encode.go#L412: textMarshalerType = reflect.TypeOf((*encoding.TextMarshaler)(nil)).Elem()
encode.go#L511: m, ok := v.Interface().(encoding.TextMarshaler)
encode.go#L529: m := va.Interface().(encoding.TextMarshaler)
encode.go#L1009: if tm, ok := w.v.Interface().(encoding.TextMarshaler); ok {
src.elv.sh/pkg/persistent/hashmap
hashmap.go#L155: if t, ok := k.(encoding.TextMarshaler); ok {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)