bytes | Package bytes implements functions for the manipulation of byte slices. |
compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
database/sql | Package sql provides a generic interface around SQL (or SQL-like) databases. |
database/sql/driver | Package driver defines interfaces to be implemented by database drivers as used by package sql. |
embed | Package embed provides access to files embedded in the running Go program. |
encoding | Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations. |
encoding/base32 | Package base32 implements base32 encoding as specified by RFC 4648. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/csv | Package csv reads and writes comma-separated values (CSV) files. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/BurntSushi/toml | Package toml implements decoding and encoding of TOML files. |
github.com/boombuler/barcode | |
github.com/boombuler/barcode/qr | |
github.com/google/uuid | Package uuid generates and inspects UUIDs. |
github.com/mattn/go-sqlite3 | Package sqlite3 provides interface to SQLite3 databases. |
github.com/oschwald/geoip2-golang | |
github.com/russross/blackfriday/v2 | |
golang.org/x/crypto/bcrypt | Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm. |
golang.org/x/text/language | Package language implements BCP 47 language tags and related functionality. |
html/template | Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. |
image/png | Package png implements a PNG image decoder and encoder. |
io | Package io provides basic interfaces to I/O primitives. |
io/fs | Package fs defines basic interfaces to a file system. |
math | Package math provides basic constants and mathematical functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
testing/fstest | Package fstest implements support for testing implementations and users of file systems. |
time | Package time provides functionality for measuring and displaying time. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
zgo.at/blackmail | Package blackmail sends emails. |
zgo.at/errors | Package errors adds some useful error helpers. |
zgo.at/gadget | |
zgo.at/guru | Package guru provides Go errors with a Guru Meditation Code. |
zgo.at/isbot | Package isbot attempts to detect HTTP bots. |
zgo.at/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
zgo.at/tz | Package tz contains timezone lists. |
zgo.at/z18n | Package z18n provides translations ("internationalisation", or "i18n"). |
zgo.at/z18n/msgfile | Package msgfile manages message files. |
zgo.at/zcache | |
zgo.at/zdb | Package zdb provides a nice API to interact with SQL databases in Go. |
zgo.at/zhttp | |
zgo.at/zhttp/ctxkey | Package ctxkey stores context keys. |
zgo.at/zlog | Package zlog is a logging library. |
zgo.at/zstd/zbool | Package zstring implements functions for booleans. |
zgo.at/zstd/zcrypto | Package zcrypto implements cryptographic helpers. |
zgo.at/zstd/zfloat | Package zfloat implements functions for floats. |
zgo.at/zstd/zfs | Package zfs provides some extensions to the fs package. |
zgo.at/zstd/zint | Package zint implements functions for ints. |
zgo.at/zstd/zjson | Package zjson provides functions for working with JSON. |
zgo.at/zstd/znet | Package znet contains utilities for network communication. |
zgo.at/zstd/zruntime | Package zruntime provides utilities to interface with the Go runtime. |
zgo.at/zstd/zstring | Package zstring implements functions for strings. |
zgo.at/zstd/ztime | Package ztime implements functions for date and time. |
zgo.at/ztpl | Package ztpl implements the loading and reloading of templates. |
zgo.at/ztpl/tplfunc | |
zgo.at/zvalidate | Package zvalidate provides simple validation for Go. |