package
0.0.0-20240122114842-bbd7aa9bf6fb
Repository: https://github.com/coreos/pkg.git
Documentation: pkg.go.dev
# Functions
ByteUnitStr pretty prints a number of bytes.
NewCopyProgressPrinter returns a new CopyProgressPrinter.
# Variables
No description provided by the author
ErrorNoBarsAdded is returned when no progress bars have been added to a ProgressBarPrinter before PrintAndWait is called.
ErrorProgressOutOfBounds is returned if the progress is set to a value not between 0 and 1.
# Structs
CopyProgressPrinter will perform an arbitrary number of io.Copy calls, while continually printing the progress of each copy.
ProgressBar represents one progress bar in a ProgressBarPrinter.
ProgressBarPrinter will print out the progress of some number of ProgressBars.