Imports of package goatcounter

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/randPackage rand implements a cryptographically secure random number generator.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
database/sqlPackage sql provides a generic interface around SQL (or SQL-like) databases.
database/sql/driverPackage driver defines interfaces to be implemented by database drivers as used by package sql.
embedPackage embed provides access to files embedded in the running Go program.
encodingPackage encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations.
encoding/base32Package base32 implements base32 encoding as specified by RFC 4648.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/csvPackage csv reads and writes comma-separated values (CSV) files.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/BurntSushi/tomlPackage toml implements decoding and encoding of TOML files.
github.com/boombuler/barcode
github.com/boombuler/barcode/qr
github.com/google/uuidPackage uuid generates and inspects UUIDs.
github.com/mattn/go-sqlite3Package sqlite3 provides interface to SQLite3 databases.
github.com/oschwald/geoip2-golang
github.com/russross/blackfriday/v2
golang.org/x/crypto/bcryptPackage bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm.
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.
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.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
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.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
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.
testing/fstestPackage fstest implements support for testing implementations and users of file systems.
timePackage time provides functionality for measuring and displaying time.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.
zgo.at/blackmailPackage blackmail sends emails.
zgo.at/errorsPackage errors adds some useful error helpers.
zgo.at/gadget
zgo.at/guruPackage guru provides Go errors with a Guru Meditation Code.
zgo.at/isbotPackage isbot attempts to detect HTTP bots.
zgo.at/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
zgo.at/tzPackage tz contains timezone lists.
zgo.at/z18nPackage z18n provides translations ("internationalisation", or "i18n").
zgo.at/z18n/msgfilePackage msgfile manages message files.
zgo.at/zcache
zgo.at/zdbPackage zdb provides a nice API to interact with SQL databases in Go.
zgo.at/zhttp
zgo.at/zhttp/ctxkeyPackage ctxkey stores context keys.
zgo.at/zlogPackage zlog is a logging library.
zgo.at/zstd/zboolPackage zstring implements functions for booleans.
zgo.at/zstd/zcryptoPackage zcrypto implements cryptographic helpers.
zgo.at/zstd/zfloatPackage zfloat implements functions for floats.
zgo.at/zstd/zfsPackage zfs provides some extensions to the fs package.
zgo.at/zstd/zintPackage zint implements functions for ints.
zgo.at/zstd/zjsonPackage zjson provides functions for working with JSON.
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/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.