| bytes | Package bytes implements functions for the manipulation of byte slices. |
| cmd/go/internal/auth | Package auth provides access to user-provided authentication credentials. |
| cmd/go/internal/base | Package base defines shared basic pieces of the go command, in particular logging and the Command structure. |
| cmd/go/internal/cfg | Package cfg holds configuration shared by multiple parts of the go command. |
| cmd/go/internal/web/intercept | |
| cmd/internal/browser | Package browser provides utilities for interacting with users' browsers. |
| crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
| errors | Package errors implements functions to manipulate errors. |
| fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
| io | Package io provides basic interfaces to I/O primitives. |
| io/fs | Package fs defines basic interfaces to a file system. |
| mime | Package mime implements parts of the MIME spec. |
| net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
| net/http | Package http provides HTTP client and server implementations. |
| net/url | Package url parses URLs and implements query escaping. |
| os | Package os provides a platform-independent interface to operating system functionality. |
| path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
| 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. |
| unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |