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/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/go-chi/chi/v5 | Package chi is a small, idiomatic and composable router for building HTTP services. |
github.com/monoculum/formam | Package formam implements functions to decode values of a html form. |
github.com/teamwork/reload | |
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/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
os/user | Package user allows user account lookups by name or id. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |
time/tzdata | Package tzdata provides an embedded copy of the timezone database. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |
zgo.at/blackmail | Package blackmail sends emails. |
zgo.at/errors | Package errors adds some useful error helpers. |
zgo.at/gadget | |
zgo.at/goatcounter/v2 | |
zgo.at/goatcounter/v2/acme | |
zgo.at/goatcounter/v2/bgrun | |
zgo.at/goatcounter/v2/cron | Package cron schedules jobs. |
zgo.at/goatcounter/v2/db/migrate/gomig | |
zgo.at/goatcounter/v2/handlers | |
zgo.at/goatcounter/v2/logscan | |
zgo.at/guru | |
zgo.at/json | |
zgo.at/zdb | Package zdb provides a nice API to interact with SQL databases in Go. |
zgo.at/zdb/drivers | |
zgo.at/zdb/drivers/go-sqlite3 | Package sqlite3 provides a zdb driver for SQLite. |
zgo.at/zdb/drivers/pq | Package pq provides a zdb driver for PostgreSQL. |
zgo.at/zhttp | |
zgo.at/zhttp/mware | Package mware contains HTTP middlewares. |
zgo.at/zli | |
zgo.at/zlog | Package zlog is a logging library. |
zgo.at/zstd/zcrypto | Package zcrypto implements cryptographic helpers. |
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/zio | Package zio implements some I/O utility functions. |
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/zsync | Package zsync adds functions for synchronization. |
zgo.at/zstd/ztime | Package ztime implements functions for date and time. |
zgo.at/zstripe | Package zstripe is a set of utility functions for working with the Stripe API. |
zgo.at/ztpl | Package ztpl implements the loading and reloading of templates. |
zgo.at/zvalidate | Package zvalidate provides simple validation for Go. |