Registry / utility / dustin-go-humanize

dustin-go-humanize

JSON →
library1.0.1gogounverified

Package humanize converts boring ugly numbers to human-friendly strings and back.

go get github.com/dustin/go-humanize
INSTALL
IMPORT
SIG · DUSTIN-GO-HUMANIZE
D
dustin-go-humanize
utilitygov1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

humanize
✓ github.com/dustin/go-humanize

Format a number with commas as thousands separators.

package main import ( "fmt" "github.com/dustin/go-humanize" ) func main() { fmt.Println(humanize.Comma(1234567)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
dustin-go-humanize — go get dustin-go-humanize · libregistry