git-lfs/tools/humanize/package.go

6 lines
163 B
Go
Raw Normal View History

// package humanize is designed to parse and format "humanized" versions of
// numbers with units.
//
// Based on: github.com/dustin/go-humanize.
package humanize