Package pubsub
implements a simple multi-topic pub-sub library.
Package rdb implements parsing and encoding of the Redis RDB file format.
Gomega is the preferred matcher/assertion library for the Ginkgo test framework.
gg
is a library for rendering 2D graphics in pure Go.
Package cache is a middleware that provides the cache management of Macaron.
This package is a Go library that draws progress bars on the terminal.
go-github-com-dsnet-golib
is a collection of mostly unrelated helper libraries.
Profile provides a simple way to manage runtime/pprof profiling of your Go application.
Package profile provides a simple way to manage runtime/pprof profiling of your Go application.
mph
is a Go package that implements a minimal perfect hash table over strings.
This library provides helpers to open URLs, readers, or files in the system default web browser.
Package com is an open source project for commonly used functions for the Go programming language.
Gorilla/Mux implements a request router and dispatcher for matching incoming requests with their respective handler.
ebpf-go is a pure Go library that provides utilities for loading, compiling, and debugging eBPF programs.
Package otp implements both HOTP and TOTP based one time passcodes in a Google Authenticator compatible manner.
This package provides a cron library for Go. It implements a cron spec parser and job runner.
This package provides an ANSI color package to output colorized or SGR defined output to the standard output.
dbus
is a library that implements native Go client bindings for the D-Bus message bus system.
This package implements Unicode Text Segmentation according to Unicode Standard Annex #29.
The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
EME (ECB-Mix-ECB or, clearer, Encrypt-Mix-Encrypt) is a wide-block encryption mode developed by Halevi and Rogaway.
This package implements a fast bloom filter with real bitset
and JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.
Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files.
flock
implements a thread-safe file lock. It also includes a non-blocking TryLock
function to allow locking without blocking execution.