repositorypackage
0.0.2
Repository: https://github.com/theckman/humanize-go.git
Documentation: pkg.go.dev
# README
humanize-go
This package provides a set of functions for converting different values to human-readable formats. This includes like adding ordinality to integers, or providing a human-friendly relative time format.
This package was inspired by the humanize
package for Python.