Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = module.NewBuiltin(). Func("encode(b bytes) (s string) returns the hexadecimal encoding of src", hex.EncodeToString). Func("decode(s string) (b bytes) returns the bytes represented by the hexadecimal string s", hex.DecodeString)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.