type encoding.TextMarshaler
5 uses
encoding (current package)
encoding.go#L54: type TextMarshaler interface {
encoding/json
encode.go#L416: textMarshalerType = reflect.TypeFor[encoding.TextMarshaler]()
encode.go#L519: m, ok := reflect.TypeAssert[encoding.TextMarshaler](v)
encode.go#L537: m, _ := reflect.TypeAssert[encoding.TextMarshaler](va)
encode.go#L983: if tm, ok := reflect.TypeAssert[encoding.TextMarshaler](k); ok {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |