zdbzgo.at/zdb

Imports of package zdb

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
database/sqlPackage sql provides a generic interface around SQL (or SQL-like) databases.
database/sql/driverPackage driver defines interfaces to be implemented by database drivers as used by package sql.
encoding/csvPackage csv reads and writes comma-separated values (CSV) files.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
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.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
slicesPackage slices defines various functions useful with slices of any type.
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.
testingPackage testing provides support for automated testing of Go packages.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
text/templatePackage template implements data-driven templates for generating textual output.
timePackage time provides functionality for measuring and displaying time.
zgo.at/zdb/drivers
zgo.at/zdb/internal/sqlx
zgo.at/zdb/internal/sqlx/reflectx
zgo.at/zstd/zbytePackage zbyte implements functions for byte slices.
zgo.at/zstd/zcryptoPackage zcrypto implements cryptographic helpers.
zgo.at/zstd/zdebugPackage zdebug implements functions useful when debugging programs.
zgo.at/zstd/zfsPackage zfs provides some extensions to the fs package.
zgo.at/zstd/zintPackage zint implements functions for ints.
zgo.at/zstd/zslicePackage zslice implements generic functions for slices.
zgo.at/zstd/zstringPackage zstring implements functions for strings.
zgo.at/zstd/ztestPackage ztest contains helper functions that are useful for writing tests.
zgo.at/zstd/ztimePackage ztime implements functions for date and time.