encoding.TextUnmarshaler.UnmarshalText (method)
4 uses
encoding (current package)
encoding.go#L53: UnmarshalText(text []byte) error
encoding/json
decode.go#L879: return ut.UnmarshalText(s)
github.com/oapi-codegen/runtime
bindparam.go#L99: if err := tu.UnmarshalText([]byte(value)); err != nil {
bindstring.go#L102: if err := tu.UnmarshalText([]byte(src)); err != nil {
![]() |
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. |