context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
io | Package io provides basic interfaces to I/O primitives. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |
time | Package time provides functionality for measuring and displaying time. |
zgo.at/errors | Package errors adds some useful error helpers. |
zgo.at/gadget | |
zgo.at/goatcounter/v2 | |
zgo.at/goatcounter/v2/cron | Package cron schedules jobs. |
zgo.at/goatcounter/v2/db/migrate/gomig | |
zgo.at/zdb | Package zdb provides a nice API to interact with SQL databases in Go. |
zgo.at/zli | |
zgo.at/zstd/zcrypto | Package zcrypto implements cryptographic helpers. |
zgo.at/zstd/zstring | Package zstring implements functions for strings. |
zgo.at/ztpl/tplfunc | |