Imports of package h2

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
container/listPackage list implements a doubly linked list.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/martian/v3/logPackage log provides a universal logger for martian packages.
golang.org/x/net/http2Package http2 implements the HTTP/2 protocol.
golang.org/x/net/http2/hpackPackage hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
net/urlPackage url parses URLs and implements query escaping.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.