func encoding/hex.Decode

3 uses

	encoding/hex (current package)
		hex.go#L58: func Decode(dst, src []byte) (int, error) {
		hex.go#L114: 	n, err := Decode(src, src)
		hex.go#L200: 	numDec, err := Decode(p, d.in[:len(p)*2])