bytes | Package bytes implements functions for the manipulation of byte slices. |
errors | Package errors implements functions to manipulate errors. |
golang.org/x/net/http2 | Package http2 implements the HTTP/2 protocol. |
golang.org/x/net/http2/hpack | Package hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2. |
io | Package io provides basic interfaces to I/O primitives. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |