encoding.TextUnmarshaler.UnmarshalText (method)

2 uses

	encoding (current package)
		encoding.go#L65: 	UnmarshalText(text []byte) error

	encoding/json
		decode.go#L891: 		return ut.UnmarshalText(s)