Package measure provides a Datastore wrapper that records metrics using https://github.com/ipfs/go-metrics-interface.
This package provides functionality for killing processes across different platforms. Handles killing children of processes as well as the process itself.
This package checks your Go codebase for code smells that may prove to be a hindrance to internationalization and/or localization.
Go library to load docker CLI configs, auths, etc. with minimal deps. So far the only deps are on the stdlib.
The goipp package implements the IPP core protocol, as defined by @urlhttps://rfc-editor.org/rfc/rfc8010.html,RFC 8010.
This package maps from a net.Conn to information about the other side of the connection, using various OS-specific facilities.
This project contains data structures for entities ordered across a single dimension, which can conceptually be embedded into the real number axis.
This package provides a function to strip ANSI escape codes from strings in Go. Useful for removing terminal color codes from text.
This package provides implements a functionality of URL normalizer as described in RFC 3986.
Package httpstat traces HTTP latency infomation, such as DNSLookup and TCP Connection, on any Golang HTTP request with no big code modification.
This package provides configurable backoff algorithms (exponential, constant, etc.) for Golang commonly used in retry loops for network calls or transient error handling.
The package extends Go's HTTP Transport allowing Kerberos authentication through Negotiate mechanism (see RFC4559).
go-humanize provides formatters for units to human friendly sizes. It converts boring ugly numbers to human-friendly strings and back.
Package btclog defines a logger interface and provides a default implementation of a subsystem-aware leveled logger implementing the same interface.
Git is a free distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Package autogold makes go test -update automatically update Go tests (golden files and Go values in e.g. foo_test.go).
This package implements a core functionality required by Go code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen).
Converts HTML into text of the markdown-flavored variety. This is a permanent fork of the original https://github.com/jaytaylor/html2text package.
This package provides a basic set of functions applying grammar rules to inflect English words, modify case style (Capitalize, camelCase, snake_case, etc.).
This package provides utilities for efficiently performing Win32 IO operations in Go. Currently, this package is provides support for genreal IO and management of
This package implements a functionality to scan and report for dependencies which are checked in to the repository. It provides a library and CLI tool.
go-netroute provides an implementation of the gopacket/routing.Router interface for Golang.
datadog-go is a library that provides a DogStatsD client in Golang.
This package implements functionality for parsing and formatting the mbox file format. It's an alternative fork of https://github.com/emersion/go-mbox.