encoding.TextUnmarshaler.UnmarshalText (method)

4 uses

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

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

	github.com/oapi-codegen/runtime
		bindparam.go#L99: 		if err := tu.UnmarshalText([]byte(value)); err != nil {
		bindstring.go#L102: 			if err := tu.UnmarshalText([]byte(src)); err != nil {