Read logs from stdin
and prints them back to stdout
, but prettier.
DHCPv4 and DHCPv6 decoding/encoding library with client and server code, written in Go.
Libraries, samples, and tools to help Go developers develop AWS Lambda functions.
This is a repository containing Go bindings for writing FUSE file systems.
Package levenshtein implements distance and similarity metrics for strings, based on the Levenshtein measure.
Common utilities used by go-ipfs
and other related Go packages.
An implementation of a CBOR encoded merkledag object.
Package pgproto3 is a encoder and decoder of the PostgreSQL wire protocol version 3.
Messagediff is a library for calculating diffs of arbitrary structs in the Go programming language.
The utf7 package provides support for the obsolete UTF-7 text encoding in Go.
This package lets you link to GitHub issues, pull requests, commits and users from Sphinx docs.
go-github-com-gosuri-uiprogress
is go library to render progress bars in terminal applications.
This is a package for GO which can be used to create different types of barcodes.
Package sdk is the official AWS SDK v2 for the Go programming language.
This package implements RFC 2616 HTTP/1.1 standard.
Package httpgzip
provides net/http
-like primitives that use gzip compression when serving HTTP requests.
This package enables OpenID Connect support for the go-golang-org-x-oauth2
package.
Shared errors and error interface used throughout the various libraries found in the go-openapi toolkit.
This package is a Go language X.509 TLS root certificate bundle, derived from Mozilla's collection.
The MinIO Go Client SDK provides simple APIs to access any Amazon S3 compatible object storage.
Package martian provides an HTTP/1.1 proxy with an API for configurable request and response modifiers.
This package reads and writes loose and packed (objects found in git packfiles) Git objects. It uses the pack package to search pack index files and locate the corresponding delta-base chain in the appropriate pack file. If gitobj can't find a loose object with the appropriate SHA-1, it will search the repository's packfile(s) instead. If it finds an object in a packfile, it will reconstruct the object along its delta-base chain and return it.
Package ethernet implements marshaling and unmarshaling of IEEE 802.3 Ethernet II frames and IEEE 802.1Q VLAN tags.
Package xxhash implements the 64-bit variant of xxHash
(XXH64) as described at https://xxhash.com/.