Versions in this module Expand all Collapse all v1 v1.3.3 Oct 2, 2014 v1.3.1 Aug 21, 2014 Changes in this version + var ErrLength = errors.New("encoding/hex: odd length hex string") + func Decode(dst, src []byte) (int, error) + func DecodeString(s string) ([]byte, error) + func DecodedLen(x int) int + func Dump(data []byte) string + func Dumper(w io.Writer) io.WriteCloser + func Encode(dst, src []byte) int + func EncodeToString(src []byte) string + func EncodedLen(n int) int + type InvalidByteError byte + func (e InvalidByteError) Error() string