This website requires JavaScript.
Explore
Help
Sign in
core
/
xgo
Watch
1
Star
0
Fork
You've already forked xgo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
Branches
Tags
No results found.
xgo
/
docs
/
stdlib-hex.md
Nicolas Stenberg-Daniil
f90d433d21
Corrected/changed variable names of the base64 and hex imports (instead of fmt) to correspond with the module name itself. (
#375
)
2022-04-15 18:38:56 +01:00
200 B
Raw
Permalink
Blame
History
Module - "hex"
hex
:=
import
(
"hex"
)
Functions
encode(src)
: returns the hexadecimal encoding of src.
decode(s)
: returns the bytes represented by the hexadecimal string s.