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)