Imports of goatcounter command

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
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/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
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/monoculum/formamPackage formam implements functions to decode values of a html form.
github.com/teamwork/reload
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.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
os/userPackage user allows user account lookups by name or id.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
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.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.
time/tzdataPackage tzdata provides an embedded copy of the timezone database.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.
zgo.at/blackmailPackage blackmail sends emails.
zgo.at/errorsPackage 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/cronPackage 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/zdbPackage zdb provides a nice API to interact with SQL databases in Go.
zgo.at/zdb/drivers
zgo.at/zdb/drivers/go-sqlite3Package sqlite3 provides a zdb driver for SQLite.
zgo.at/zdb/drivers/pqPackage pq provides a zdb driver for PostgreSQL.
zgo.at/zhttp
zgo.at/zhttp/mwarePackage mware contains HTTP middlewares.
zgo.at/zli
zgo.at/zlogPackage zlog is a logging library.
zgo.at/zstd/zcryptoPackage zcrypto implements cryptographic helpers.
zgo.at/zstd/zfsPackage zfs provides some extensions to the fs package.
zgo.at/zstd/zintPackage zint implements functions for ints.
zgo.at/zstd/zioPackage zio implements some I/O utility functions.
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/zstringPackage zstring implements functions for strings.
zgo.at/zstd/zsyncPackage zsync adds functions for synchronization.
zgo.at/zstd/ztimePackage ztime implements functions for date and time.
zgo.at/zstripePackage zstripe is a set of utility functions for working with the Stripe API.
zgo.at/ztplPackage ztpl implements the loading and reloading of templates.
zgo.at/zvalidatePackage zvalidate provides simple validation for Go.