zapgo.uber.org/zap

Imports of package zap

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
go.uber.org/multierrPackage multierr allows combining one or more errors together.
go.uber.org/zap/internalPackage internal and its subpackages hold types and functionality that are not part of Zap's public API.
go.uber.org/zap/internal/bufferpoolPackage bufferpool houses zap's shared internal buffer pool.
go.uber.org/zap/internal/poolPackage pool provides internal pool utilities.
go.uber.org/zap/internal/stacktracePackage stacktrace provides support for gathering stack traces efficiently.
go.uber.org/zap/zapcorePackage zapcore defines and implements the low-level interfaces upon which zap is built.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
mathPackage math provides basic constants and mathematical functions.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
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.
timePackage time provides functionality for measuring and displaying time.