func encoding/hex.NewDecoder

2 uses

	encoding/hex (current package)
		hex.go#L176: func NewDecoder(r io.Reader) io.Reader {

	github.com/go-pg/pg/v10/types
		hex.go#L80: 	return hex.NewDecoder(rd), nil