| bufio | Package bufio implements buffered I/O. | 
    | bytes | Package bytes implements functions for the manipulation of byte slices. | 
    | crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246. | 
    | errors | Package errors implements functions to manipulate errors. | 
    | 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/crypto/ssh/terminal | Package terminal provides support functions for dealing with terminals, as commonly found on UNIX systems. | 
    | 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. | 
    | log | Package log implements a simple logging package. | 
    | 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. | 
    | os | Package os provides a platform-independent interface to operating system functionality. | 
    | regexp | Package regexp implements regular expression search. | 
    | strconv | Package strconv implements conversions to and from string representations of basic data types. | 
    | strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |