rxhash is a Go library for creating a unique hash value for struct in Go with data consistency.
Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines.
dbus is a library that implements native Go client bindings for the D-Bus message bus system.
rxhash is a Go library for creating a unique hash value for struct in Go, but data consistency.
Package errors provides simple error handling primitives. It's an alternative fork of https://github.com/pkg/errors project.
This package provides helpers to convert between pointers and values of built-in and, with generics, of any types.
gostl is a data structure and algorithm library for Go, designed to provide functions similar to C++ STL.
This package works with the flags package to implement sub-commands in the manner of git and similar tools.
Package car allows inspecting and reading CARv2 files, described at https://ipld.io/specs/transport/car.
go-github-com-aryann-difflib is a simple library written in Go for diffing two sequences of text.
fastime is a time function library for Go with zero memory allocation. fastime is returning the approximate time.
Termbox is a library that provides a minimalistic API which allows the programmer to write text-based user interfaces.
This package is a drop-in replacement for the Golang standard library log/syslog, but with support for TLS.
Package log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger.
go-github-com-gliderlabs-ssh wraps the crypto/ssh package with a higher-level API for building SSH servers.
Phony is a very minimal actor model library for Go, inspired by the causal messaging system in the Pony programming language.
Fetchup is a Go helper library for downloading and unpacking files from URLs. It supports various archive formats and provides progress tracking.
The package Expr provides a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.
Pretty is a Go package that provides fast methods for formatting JSON for human readability, or to compact JSON for smaller payloads.
Package diff provides quick and easy string diffing functions based on github.com/sergi/go-diff, mainly for diffing strings in tests
This package provides a quick and easy string diffing functions based on github.com/sergi/go-diff, mainly for diffing strings in tests.
Exiffix is a one function golang library made to be a replacement for image.Decode to handle orientation stored in EXIF data.
Package negroni is an idiomatic approach to web middleware in Go. It is tiny,non-intrusive, and encourages use of net/http Handlers.
This package provides a Golang implementation of the Raft Protocol, that manages a replicated log and can be used to manage replicated state machines.