Versions in this module Expand all Collapse all v0 v0.9.1 Aug 27, 2026 Changes in this version + func Enable() (disable func()) + func Warn(lang, message, location string) + type Snapshot struct + CoverTotal int + Covered int + Done int + Elapsed time.Duration + Failed bool + ID string + Label string + Offset time.Duration + Running bool + Total int + Unit string + func Stages() []Snapshot + type Stage struct + func Start(id, label string, total int, unit string) *Stage + func (s *Stage) Advance(n int) + func (s *Stage) Cover(covered, total int) + func (s *Stage) Done(err error) + type Warning struct + Lang string + Location string + Message string + func WarnTail(n int) (total int, tail []Warning) + func Warnings() []Warning