Imports of package hlog

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
github.com/rs/xidPackage xid is a globally unique id generator suited for web scale
github.com/rs/zerologPackage zerolog provides a lightweight logging library dedicated to JSON logging.
github.com/rs/zerolog/hlog/internal/mutilPackage mutil contains various functions that are helpful when writing http middleware.
github.com/rs/zerolog/logPackage log provides a global logger for zerolog.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.