xgo/docs/stdlib.md
2020-03-04 15:53:38 +01:00

1.1 KiB

Standard Library

  • os: platform-independent interface to operating system functionality.
  • text: regular expressions, string conversion, and manipulation
  • math: mathematical constants and functions
  • times: time-related functions
  • rand: random functions
  • fmt: formatting functions
  • json: JSON functions
  • enum: Enumeration functions
  • hex: hex encoding and decoding functions
  • base64: base64 encoding and decoding functions