Imports of gcbench command

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
ioPackage io provides basic interfaces to I/O primitives.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.
zgo.at/errorsPackage errors adds some useful error helpers.
zgo.at/gadget
zgo.at/goatcounter/v2
zgo.at/goatcounter/v2/cronPackage cron schedules jobs.
zgo.at/goatcounter/v2/db/migrate/gomig
zgo.at/zdbPackage zdb provides a nice API to interact with SQL databases in Go.
zgo.at/zli
zgo.at/zstd/zcryptoPackage zcrypto implements cryptographic helpers.
zgo.at/zstd/zstringPackage zstring implements functions for strings.
zgo.at/ztpl/tplfunc