mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
Package progress had some useful formatting functions (originally taken from github.com/chipaca/quantity), that are more generally useful. Circular imports mean they can't be in strutil directly (quantity uses i18n which uses strutil), but strutil/quantity seems fine to me.