Versions in this module Expand all Collapse all v0 v0.7.0 Jun 28, 2026 Changes in this version + type Basic interface + Info func(format string, args ...any) + Warn func(format string, args ...any) v0.6.1 Jun 21, 2026 v0.6.0 Jun 21, 2026 Changes in this version + type Hinted struct + Err error + Hint string + func (e Hinted) Error() string + func (e Hinted) Unwrap() error + type NopPhase struct + func (NopPhase) Done(string) + func (NopPhase) Fail(error) + type Phase interface + Done func(final string) + Fail func(err error)