Imports of package handlers

PathSynopsis
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/open-policy-agent/opa/v1/server/typesPackage types contains request/response types and codes for the server.
github.com/open-policy-agent/opa/v1/server/writerPackage writer contains utilities for writing responses in the server.
github.com/open-policy-agent/opa/v1/util/decoding
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.