Imports of package handlers

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
code.soquee.net/otpPackage otp implemnts HOTP and TOTP one-time passwords.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
crypto/subtlePackage subtle implements functions that are often useful in cryptographic code but require careful thought to use correctly.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-chi/chi/v5Package chi is a small, idiomatic and composable router for building HTTP services.
github.com/go-chi/chi/v5/middleware
github.com/gorilla/websocketPackage websocket implements the WebSocket protocol defined in RFC 6455.
github.com/monoculum/formam/v3Package formam decodes HTTP form and query parameters.
golang.org/x/crypto/bcryptPackage bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
golang.org/x/image/fontPackage font defines an interface for font faces, for drawing text on an image.
golang.org/x/image/font/gofont/goboldPackage gobold provides the "Go Bold" TrueType font from the Go font family.
golang.org/x/image/font/opentypePackage opentype implements a glyph rasterizer for TTF (TrueType Fonts) and OTF (OpenType Fonts).
golang.org/x/image/math/fixedPackage fixed implements fixed-point integer types.
golang.org/x/net/xsrftokenPackage xsrftoken provides methods for generating and validating secure XSRF tokens.
golang.org/x/text/languagePackage language implements BCP 47 language tags and related functionality.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
imagePackage image implements a basic 2-D image library.
image/colorPackage color implements a basic color library.
image/pngPackage png implements a PNG image decoder and encoder.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
mathPackage math provides basic constants and mathematical functions.
net/httpPackage http provides HTTP client and server implementations.
net/mailPackage mail implements parsing of mail messages.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
slicesPackage slices defines various functions useful with slices of any type.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.
zgo.at/bgrun
zgo.at/blackmailPackage blackmail sends emails.
zgo.at/errorsPackage errors adds some useful error helpers.
zgo.at/goatcounter/v2
zgo.at/goatcounter/v2/acme
zgo.at/goatcounter/v2/cronPackage cron schedules jobs.
zgo.at/goatcounter/v2/metricsPackage metrics collects performance metrics.
zgo.at/goatcounter/v2/widgets
zgo.at/guru
zgo.at/isbotPackage isbot attempts to detect HTTP bots.
zgo.at/json
zgo.at/termtextPackage termtext deals with monospace text as interpreted by terminals.
zgo.at/tz
zgo.at/z18nPackage z18n provides translations ("internationalisation", or "i18n").
zgo.at/z18n/msgfilePackage msgfile manages message files.
zgo.at/zcache/v2Package zcache is an in-memory key:value store/cache with time-based evictions.
zgo.at/zdbPackage zdb provides a nice API to interact with SQL databases in Go.
zgo.at/zhttp
zgo.at/zhttp/auth
zgo.at/zhttp/headerPackage header provides functions for parsing and setting HTTP headers.
zgo.at/zhttp/mwarePackage mware contains HTTP middlewares.
zgo.at/zlogPackage zlog is a logging library.
zgo.at/zprofPackage zprof serves runtime profiling data.
zgo.at/zstd/zboolPackage zstring implements functions for booleans.
zgo.at/zstd/zcontextPackage zcontext implements context functions.
zgo.at/zstd/zfilepathPackage zfilepath implements functions for manipulating filename paths.
zgo.at/zstd/zfsPackage zfs provides some extensions to the fs package.
zgo.at/zstd/zintPackage zint implements functions for ints.
zgo.at/zstd/znetPackage znet contains utilities for network communication.
zgo.at/zstd/zruntimePackage zruntime provides utilities to interface with the Go runtime.
zgo.at/zstd/zslicePackage zslice implements generic functions for slices.
zgo.at/zstd/zsyncPackage zsync adds functions for synchronization.
zgo.at/zstd/ztimePackage ztime implements functions for date and time.
zgo.at/ztplPackage ztpl implements the loading and reloading of templates.
zgo.at/ztpl/tplfunc
zgo.at/zvalidatePackage zvalidate provides simple validation for Go.