bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
math | Package math provides basic constants and mathematical functions. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |