Formatters
go-humanize4.4K

Formatters for time, numbers, and memory size to human readable format.

sq2.2K

Convert data from SQL databases or document formats like CSV or Excel into formats such as JSON, Excel, CSV, HTML, Markdown, XML, and YAML.

bytes547

Formats and parses numeric byte values (10K, 2M, 3G, etc.).

gotabulate334

Easily pretty-print your tabular data with Go.

align84

A general purpose application that aligns text.

go-fixedwidth82

Fixed-width text formatting (encoder/decoder with reflection).

address74

Handles address representation, validation and formatting.

textwrap5

Wraps text at end of lines. Implementation of textwrap module from Python.