bytes | Package bytes implements functions for the manipulation of byte slices. |
code.soquee.net/otp | Package otp implemnts HOTP and TOTP one-time passwords. |
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/sha1 | Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174. |
crypto/subtle | Package subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
errors | Package errors implements functions to manipulate errors. |
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/go-chi/chi/v5/middleware | |
github.com/gorilla/websocket | Package websocket implements the WebSocket protocol defined in RFC 6455. |
github.com/monoculum/formam/v3 | Package formam decodes HTTP form and query parameters. |
golang.org/x/crypto/bcrypt | Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm. |
golang.org/x/image/font | Package font defines an interface for font faces, for drawing text on an image. |
golang.org/x/image/font/gofont/gobold | Package gobold provides the "Go Bold" TrueType font from the Go font family. |
golang.org/x/image/font/opentype | Package opentype implements a glyph rasterizer for TTF (TrueType Fonts) and OTF (OpenType Fonts). |
golang.org/x/image/math/fixed | Package fixed implements fixed-point integer types. |
golang.org/x/net/xsrftoken | Package xsrftoken provides methods for generating and validating secure XSRF tokens. |
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 | Package image implements a basic 2-D image library. |
image/color | Package color implements a basic color library. |
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/http | Package http provides HTTP client and server implementations. |
net/mail | Package mail implements parsing of mail messages. |
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. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
slices | Package slices defines various functions useful with slices of any type. |
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. |
time | Package time provides functionality for measuring and displaying time. |
zgo.at/bgrun | |
zgo.at/blackmail | Package blackmail sends emails. |
zgo.at/errors | Package errors adds some useful error helpers. |
zgo.at/goatcounter/v2 | |
zgo.at/goatcounter/v2/acme | |
zgo.at/goatcounter/v2/cron | Package cron schedules jobs. |
zgo.at/goatcounter/v2/metrics | Package metrics collects performance metrics. |
zgo.at/goatcounter/v2/widgets | |
zgo.at/guru | |
zgo.at/isbot | Package isbot attempts to detect HTTP bots. |
zgo.at/json | |
zgo.at/termtext | Package termtext deals with monospace text as interpreted by terminals. |
zgo.at/tz | |
zgo.at/z18n | Package z18n provides translations ("internationalisation", or "i18n"). |
zgo.at/z18n/msgfile | Package msgfile manages message files. |
zgo.at/zcache/v2 | Package zcache is an in-memory key:value store/cache with time-based evictions. |
zgo.at/zdb | Package zdb provides a nice API to interact with SQL databases in Go. |
zgo.at/zhttp | |
zgo.at/zhttp/auth | |
zgo.at/zhttp/header | Package header provides functions for parsing and setting HTTP headers. |
zgo.at/zhttp/mware | Package mware contains HTTP middlewares. |
zgo.at/zlog | Package zlog is a logging library. |
zgo.at/zprof | Package zprof serves runtime profiling data. |
zgo.at/zstd/zbool | Package zstring implements functions for booleans. |
zgo.at/zstd/zcontext | Package zcontext implements context functions. |
zgo.at/zstd/zfilepath | Package zfilepath implements functions for manipulating filename paths. |
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/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/zslice | Package zslice implements generic functions for slices. |
zgo.at/zstd/zsync | Package zsync adds functions for synchronization. |
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. |