encoding.TextUnmarshaler.UnmarshalText (method)

3 uses

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

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

	flag
		flag.go#L318: 	return v.p.UnmarshalText([]byte(s))