bytes | Package bytes implements functions for the manipulation of byte slices. |
errors | Package errors implements functions to manipulate errors. |
io | Package io provides basic interfaces to I/O primitives. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
os/signal | Package signal implements access to incoming signals. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |