func github.com/tmthrgd/go-hex.Decode

3 uses

	github.com/tmthrgd/go-hex (current package)
		hex.go#L81: 	if _, err := Decode(dst, src); err != nil {
		hex_amd64.go#L45: func Decode(dst, src []byte) (int, error) {

	github.com/go-pg/pg/v10/types
		scan.go#L114: 	if _, err := hex.Decode(b, tmp); err != nil {