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])
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)