22 lines
641 B
Go
22 lines
641 B
Go
package export
|
|
|
|
// Generated by 'goexports encoding/hex'. Do not edit!
|
|
|
|
import "encoding/hex"
|
|
|
|
// EncodingHex contains exported symbols from encoding/hex
|
|
var EncodingHex = &map[string]interface{}{
|
|
"Decode": hex.Decode,
|
|
"DecodeString": hex.DecodeString,
|
|
"DecodedLen": hex.DecodedLen,
|
|
"Dump": hex.Dump,
|
|
"Dumper": hex.Dumper,
|
|
"Encode": hex.Encode,
|
|
"EncodeToString": hex.EncodeToString,
|
|
"EncodedLen": hex.EncodedLen,
|
|
"ErrLength": hex.ErrLength,
|
|
"InvalidByteError": new(hex.InvalidByteError),
|
|
"NewDecoder": hex.NewDecoder,
|
|
"NewEncoder": hex.NewEncoder,
|
|
}
|