lp://staging/~kyrofa/unity-scope-snappy/humanized_size
Created by
Kyle Fazzari
and last modified
- Get this branch:
- bzr branch lp://staging/~kyrofa/unity-scope-snappy/humanized_size
Only
Kyle Fazzari
can upload to this branch. If you are
Kyle Fazzari
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Xavi Garcia (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
- Unity API Team: Pending requested
-
Diff: 2342 lines (+2102/-31)31 files modifieddebian/copyright (+21/-0)
internal/github.com/dustin/go-humanize/LICENSE (+21/-0)
internal/github.com/dustin/go-humanize/README.markdown (+78/-0)
internal/github.com/dustin/go-humanize/big.go (+31/-0)
internal/github.com/dustin/go-humanize/bigbytes.go (+164/-0)
internal/github.com/dustin/go-humanize/bigbytes_test.go (+219/-0)
internal/github.com/dustin/go-humanize/bytes.go (+134/-0)
internal/github.com/dustin/go-humanize/bytes_test.go (+144/-0)
internal/github.com/dustin/go-humanize/comma.go (+101/-0)
internal/github.com/dustin/go-humanize/comma_test.go (+134/-0)
internal/github.com/dustin/go-humanize/common_test.go (+18/-0)
internal/github.com/dustin/go-humanize/ftoa.go (+23/-0)
internal/github.com/dustin/go-humanize/ftoa_test.go (+55/-0)
internal/github.com/dustin/go-humanize/humanize.go (+8/-0)
internal/github.com/dustin/go-humanize/number.go (+192/-0)
internal/github.com/dustin/go-humanize/number_test.go (+78/-0)
internal/github.com/dustin/go-humanize/ordinals.go (+25/-0)
internal/github.com/dustin/go-humanize/ordinals_test.go (+22/-0)
internal/github.com/dustin/go-humanize/si.go (+110/-0)
internal/github.com/dustin/go-humanize/si_test.go (+98/-0)
internal/github.com/dustin/go-humanize/times.go (+91/-0)
internal/github.com/dustin/go-humanize/times_test.go (+71/-0)
internal/vendor.json (+27/-19)
scope/humanize_bytes.go (+27/-0)
scope/humanize_bytes_test.go (+28/-0)
scope/installed_package_preview_template.go (+21/-0)
scope/installed_package_preview_template_test.go (+64/-0)
scope/store_package_preview_template.go (+21/-0)
scope/store_package_preview_template_test.go (+64/-0)
scope/uninstalling_preview_test.go (+10/-10)
webdm/package.go (+2/-2)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)