diff --git a/bar_filler_bar.go b/bar_filler_bar.go index 78bb12e..5d7837a 100644 --- a/bar_filler_bar.go +++ b/bar_filler_bar.go @@ -52,7 +52,7 @@ type bFiller struct { components [components]component meta [components]func(io.Writer, []byte) error - flush func(w io.Writer, sections ...flushSection) error + flush func(io.Writer, ...flushSection) error tipOnComplete bool tip struct { frames []component