encoding.TextUnmarshaler.UnmarshalText (method)
3 uses
encoding (current package)
encoding.go#L47: UnmarshalText(text []byte) error
encoding/gob
decode.go#L738: err = value.Interface().(encoding.TextUnmarshaler).UnmarshalText(b)
encoding/json
decode.go#L885: return ut.UnmarshalText(s)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)