xgo/docs/stdlib.md
2019-12-20 11:40:38 -08: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