README
zstd
is a collection of small – and sometimes not so small – extensions to
Go's standard library. There are no external dependencies.
The naming scheme is z[type]
or z[pkgname]
.
Other useful packages:
github.com/jinzhu/now
– Manipulate dates.github.com/dustin/go-humanize
– Make various things more human-readable.github.com/teamwork/toutf8
– Convert strings to UTF-8.
Documentation
Overview ¶
Package zstd is a collection of extensions to Go's stdlib.
Directories
Path | Synopsis |
---|---|
Package zbyte implements functions for byte slices.
|
Package zbyte implements functions for byte slices. |
Package zcrypto implements cryptographic helpers.
|
Package zcrypto implements cryptographic helpers. |
Package zdebug implements functions useful when debugging programs.
|
Package zdebug implements functions useful when debugging programs. |
Package zfilepath implements functions for manipulating filename paths.
|
Package zfilepath implements functions for manipulating filename paths. |
Package zfloat implements functions for floats.
|
Package zfloat implements functions for floats. |
Package zfmt implements additional formatting functions.
|
Package zfmt implements additional formatting functions. |
Package zgo provides functions to work with Go source files.
|
Package zgo provides functions to work with Go source files. |
Package zhttputil provides HTTP utility functions.
|
Package zhttputil provides HTTP utility functions. |
Package zimage adds functions for working with images.
|
Package zimage adds functions for working with images. |
Package zint implements functions for ints.
|
Package zint implements functions for ints. |
Package zio implements some I/O utility functions.
|
Package zio implements some I/O utility functions. |
Package zjson provides functions for working with JSON.
|
Package zjson provides functions for working with JSON. |
Package zmap implements functions for maps.
|
Package zmap implements functions for maps. |
Package znet contains utilities for network communication.
|
Package znet contains utilities for network communication. |
Package zos implements functions for interfacing with the operating system.
|
Package zos implements functions for interfacing with the operating system. |
Package zruntime provides utilities to interface with the Go runtime.
|
Package zruntime provides utilities to interface with the Go runtime. |
Package zstring implements functions for strings.
|
Package zstring implements functions for strings. |
Package zsync adds functions for synchronization.
|
Package zsync adds functions for synchronization. |
Package ztest contains helper functions that are useful for writing tests.
|
Package ztest contains helper functions that are useful for writing tests. |
fakeconn
Package fakeconn provides a "fake" net.Conn implementation.
|
Package fakeconn provides a "fake" net.Conn implementation. |
image
Package image contains helpers for testing image-related code.
|
Package image contains helpers for testing image-related code. |
Package ztime implements functions for date and time.
|
Package ztime implements functions for date and time. |