package models
Import Path
github.com/nkall/compactnumber/internal/models (on go.dev)
Dependency Relation
imports 0 packages, and imported by one package
Involved Source Files
models.go
Package-Level Type Names (only one)
CompactFormRule is a single rule for compacting numbers greater than or equal to the value of "type".
ZeroesInPattern indicates the number of zero characters in the default "other" pattern, and PatternsByPluralForm
is a map of plural forms (e.g. one, few, many, other, etc.) to patterns.
PatternsByPluralForm map[string]string
Type int64
ZeroesInPattern int
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |