xgo/docs/stdlib.md
2019-02-09 12:33:35 -08:00

572 B

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