bytes | Package bytes implements functions for the manipulation of byte slices. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
go/build | Package build gathers information about Go packages. |
golang.org/x/sys/execabs | Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. |
io/ioutil | Package ioutil implements some I/O utility functions. |
os | Package os provides a platform-independent interface to operating system functionality. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
runtime/debug | Package debug contains facilities for programs to debug themselves while they are running. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |