Skip to content

Commit

Permalink
Add documentation comment for ProgressBar
Browse files Browse the repository at this point in the history
Co-authored-by: Sergiu Ghitea <[email protected]>
  • Loading branch information
Michael Christenson II and sergiught authored Dec 21, 2023
1 parent d588b4f commit 070b652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ansi/progress.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/schollz/progressbar/v3"
)

// ProgressBar will display progress indication for the given items.
func ProgressBar[T comparable](desc string, items []T, fn func(int, T) error) error {
switch len(items) {
case 0:
Expand Down

0 comments on commit 070b652

Please sign in to comment.