Package spinner is a simple package to add a spinner / progress indicator to any terminal application.
This is Golang package for dealing with consoles. It has few dependencies and a simple API.
Work in Progress. This still needs a lot of help to be complete, or even usable!
go-keyring
is a library for setting, getting and deleting secrets from the system keyring.
doublestar
is a Go implementation of path pattern matching and globbing with support for "doublestar" patterns.
The store
package provides a number of data store types that are useful for bioinformatic analysis.
renameio
Go package provides a way to atomically create or replace a file or symbolic link.
subcommands
implements a functionality for a single command to have many subcommands, each of which takes arguments.
Go package to calculate the Levenshtein Distance
Concise Binary Object Representation is a superset of JSON's schema that's faster and more compact.
This package provides colorable
, a module that makes it possible to handle ANSI color escapes on Windows.
package meta is a extension for the goldmark(http://github.com/yuin/goldmark).
This package provides HTML5, CSS3, JS, JSON, SVG and XML minifiers and an interface to implement any other minifier.
This library provides a reflect api for Go programs without the runtime cost of the standard library reflect.Value.
This package provides a library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors).
This package implements the go-datastore interface using a LevelDB backend.
This package provides functionality for killing processes across different platforms. Handles killing children of processes as well as the process itself.
The goipp package implements the IPP core protocol, as defined by @urlhttps://rfc-editor.org/rfc/rfc8010.html,RFC 8010.
Git is a free distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Package elastic provides an interface to the Elasticsearch server (https://www.elastic.co/products/elasticsearch).
go-humanize
provides formatters for units to human friendly sizes. It converts boring ugly numbers to human-friendly strings and back.
This package provides implements a functionality of URL normalizer as described in RFC 3986.
go-humanize
provides formatters for units to human friendly sizes. It converts boring ugly numbers to human-friendly strings and back.
Ledisdb is a high-performance NoSQL database, similar to Redis, written in Go. It supports many data structures including kv, list, hash, zset, set.