diff --git a/progress.go b/progress.go index 42db17f..1b9be29 100644 --- a/progress.go +++ b/progress.go @@ -406,7 +406,7 @@ return cw.Flush(len(rows) - popCount) } -func (s *pState) makeBarState(total int64, filler BarFiller, options ...BarOption) *bState { +func (s pState) makeBarState(total int64, filler BarFiller, options ...BarOption) *bState { bs := &bState{ id: s.idCount, priority: s.idCount,