package
2.1.0+incompatible
Repository: https://github.com/mongodb/mongo-tools-common.git
Documentation: pkg.go.dev

# Functions

FormatBits takes in a bit (not byte) count and returns a formatted string including units with three total digits (except if it is less than 1k) e.g.
FormatByteAmount takes an int64 representing a size in bytes and returns a formatted string of a minimum amount of significant figures.
FormatMegabyteAmount is equivalent to FormatByteAmount but expects an amount of MB instead of bytes.

# Structs

No description provided by the author
No description provided by the author