Versions in this module Expand all Collapse all v1 v1.2.0 Apr 6, 2023 v1.1.0 Mar 31, 2023 Changes in this version + type Lambda struct + func NewLambda() *Lambda + func (p *Lambda) Add(_ int) v1.0.0 Feb 14, 2023 Changes in this version + type Bar struct + func NewBar(max int, writer io.Writer) *Bar + func (b *Bar) Add(count int) + type Server struct + func NewServer(max int) *Server + func (p *Server) Add(count int) + func (p *Server) WriteProgress(w *bufio.Writer)