Package binding is a middleware that provides request data binding and validation for net/http
.
Gofuzz is a library for populationg Go objects with random values for the purpose of fuzz testing.
This package provides a fork of Golang's encoding/json
with the scanner API made public.
go-github-com-bradfitz-iter
provides a syntactically different way to iterate over integers. That's it.
This Go library is aimed to provide an API to operate http://sqlfiddle.com/
GJSON is a Go package that provides a fast and simple way to get values from a JSON document.
offering a few simple helpers and interfaces to provide a simple pattern for managing payload encoding and decoding.
This package provides a collection of ANSI-aware methods and io.Writers helping you to transform blocks of text.
SJSON is a Go package that provides a very fast and simple way to set a value in a json document.
This package is a vt10x terminal emulation backend. It has larged been influenced by st, rxvt, xterm, and iTerm as reference.
This package is an Ed25519 based public-key signature system that simplifies keys and seeds and performs signing and verification.
This package provides helpers such as map, find, contains and filter, it's an alternative implementation of standard reflect
module.
Package godotenv is a go port of the ruby dotenv library (https://github.com/bkeepers/dotenv)
Package fwd provides a buffered reader and writer. Each has methods that help improve the encoding/decoding performance of some binary protocols.
Statik allows you to embed a directory of static files into your Go binary to be later served from an http.FileSystem.
Go-Ps is a library for Go that implements OS-specific APIs to list and manipulate processes in a safe way.
Package uilive provides a writer that live updates the terminal. It provides a buffered io.Writer that is flushed at a timed interval.
Package uuid provides implementations of the Universally Unique Identifier (UUID), as specified in RFC-4122 and the Peabody RFC Draft (revision 03).
This package implements a few functions that are useful for io testing, such as readers and writers that fail after N consecutive reads/writes.
This package is intended to be a more powerful and safer alternative to @codereflect.DeepEqual for comparing whether two values are semantically equal.
This package is intended to be a more powerful and safer alternative to reflect.DeepEqual
for comparing whether two values are semantically equal.
This package is intended to be a more powerful and safer alternative to reflect.DeepEqual
for comparing whether two values are semantically equal.
ChaCha is a stream cipher family created by Daniel Bernstein. The most common ChaCha variant is ChaCha20 (20 rounds). ChaCha20 is standardized in RFC 7539.
go-github-com-go-chi-chi-v5
is an HTTP router that lets the user decompose request handling into many smaller layers.