This package handles Redis RDB format in Golang.
This package implements a Redis client in Golang.
This package provides a low-level library to play sound.
@urlhttps://github.com/slembcke/Chipmunk2D,Chipmunk2D ported to Go.
Package lz4 implements reading and writing lz4 compressed data.
Gnostic is a tool for building better REST APIs through knowledge.
Package gomounts implements a cross-platform library for retrieving mounted filesystem volumes.
A tool to convert and keep henrietta's cache in a git repository
Package mpeg implements MPEG-1 Video decoder, MP2 Audio decoder and MPEG-PS demuxer.
Fast, configurable, extensible, flexible, and beautiful linter for Go. Drop-in replacement of golint. .
Package zenity provides cross-platform access to simple dialogs that interact graphically with the user.
Package cli provides a minimal framework for creating and organizing command line Go applications.
Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications.
go-shlex is a simple lexer for go that supports shell-style quoting, commenting, and escaping.
go-github-com-aryann-difflib
is a simple library written in Go for diffing two sequences of text.
Sorry for my poor English. If you can help with improving the English in this documentation, please contact me.
go-github-com-gliderlabs-ssh
wraps the crypto/ssh package with a higher-level API for building SSH servers.
Pretty is a Go package that provides fast methods for formatting JSON for human readability, or to compact JSON for smaller payloads.
Package negroni is an idiomatic approach to web middleware in Go. It is tiny, non-intrusive, and encourages use of net/http Handlers.
go-github-com-tomasen-realip
can be used to get client's real public IP, which is usually useful for logging HTTP server.
Package xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/.
This is a SIMD accelerated MD5 package, allowing up to either 8 (AVX2) or 16 (AVX512) independent MD5 sums to be calculated on a single CPU core.
Package retry provides a framework for retrying actions. It does not itself invoke the action to be retried, but is intended to be used in a retry loop.
Package cli provides a framework to build command line applications in Go with most of the burden of arguments parsing and validation placed on the framework instead of the user.