xgo/docs/stdlib-hex.md
Ma_124 1ee7425c9d Stdlib encodings: hex, base64 (#216) (#221)
* stdlib/hex and stdlib/base64

* stdlib/hex and stdlib/base64: added docs
2019-08-09 13:36:45 -04:00

199 B

Module - "hex"

fmt := import("hex")

Functions

  • encode(src): returns the hexadecimal encoding of src.
  • decode(s): returns the bytes represented by the hexadecimal string s.