package
0.0.0-20170614201249-0b81c023a722
Repository: https://github.com/activestate/go.git
Documentation: pkg.go.dev
# Functions
Decode decodes src into DecodedLen(len(src)) bytes, returning the actual number of bytes written to dst.
DecodedLen returns the length of a decoding of x source bytes.
DecodeString returns the bytes represented by the hexadecimal string s.
Dump returns a string that contains a hex dump of the given data.
Dumper returns a WriteCloser that writes a hex dump of all written data to w.
Encode encodes src into EncodedLen(len(src)) bytes of dst.
EncodedLen returns the length of an encoding of n source bytes.
EncodeToString returns the hexadecimal encoding of src.
# Variables
ErrLength results from decoding an odd length slice.
# Type aliases
InvalidByteError values describe errors resulting from an invalid byte in a hex string.