| bytes | Package bytes implements functions for the manipulation of byte slices. |
| flag | Package flag implements command-line flag parsing. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| golang.org/x/tools/present | Package present implements parsing and rendering of present files, which can be slide presentations as in golang.org/x/tools/cmd/present or articles as in golang.org/x/blog (the Go blog). |
| io | Package io provides basic interfaces to I/O primitives. |
| log | Package log implements a simple logging package. |
| net/url | Package url parses URLs and implements query escaping. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
| unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
| unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |