type encoding.TextMarshaler
6 uses
encoding (current package)
encoding.go#L42: type TextMarshaler interface {
encoding/json
encode.go#L374: textMarshalerType = reflect.TypeFor[encoding.TextMarshaler]()
encode.go#L477: m, ok := v.Interface().(encoding.TextMarshaler)
encode.go#L495: m := va.Interface().(encoding.TextMarshaler)
encode.go#L951: if tm, ok := k.Interface().(encoding.TextMarshaler); ok {
github.com/oapi-codegen/runtime
styleparam.go#L72: if tu, ok := value.(encoding.TextMarshaler); ok {
![]() |
The pages are generated with Golds v0.7.6. (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. |