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

2 uses

	github.com/tmthrgd/go-hex (current package)
		hex.go#L77: func DecodeString(s string) ([]byte, error) {
		hex.go#L92: 	dst, err := DecodeString(str)