package
1.5.0
Repository: https://github.com/github/git-sizer.git
Documentation: pkg.go.dev

# Functions

NewProgressMeter returns a progress meter that can be used to show progress to a TTY periodically, including an increasing int64 value.

# Variables

NoProgressMeter is a `Progress` that doesn't actually report anything.
Spinners is a slice of short strings that are repeatedly output in order to show the user that we are working, before we have any actual information to show.

# Interfaces

Progress is an interface for a simple progress meter.