encoding.TextUnmarshaler.UnmarshalText (method)
8 uses
encoding (current package)
encoding.go#L65: UnmarshalText(text []byte) error
encoding/json
decode.go#L891: return ut.UnmarshalText(s)
encoding/xml
read.go#L247: return val.UnmarshalText(buf)
read.go#L274: return val.Interface().(encoding.TextUnmarshaler).UnmarshalText([]byte(attr.Value))
read.go#L279: return pv.Interface().(encoding.TextUnmarshaler).UnmarshalText([]byte(attr.Value))
read.go#L582: if err := saveData.Interface().(encoding.TextUnmarshaler).UnmarshalText(data); err != nil {
read.go#L591: if err := pv.Interface().(encoding.TextUnmarshaler).UnmarshalText(data); err != nil {
flag
flag.go#L318: return v.p.UnmarshalText([]byte(s))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)