Imports of package types

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
database/sql/driverPackage driver defines interfaces to be implemented by database drivers as used by package sql.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
io/ioutilPackage ioutil implements some I/O utility functions.