package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev
# Functions
Decode decodes src into DecodedLen(len(src)) bytes, returning the actual number of bytes written to dst.
No description provided by the author
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.