Versions in this module Expand all Collapse all v1 v1.16.1 Feb 9, 2026 v1.16.0 Feb 6, 2026 Changes in this version + type Formatter interface + Format func(results []error) (string, error) + type JSONFormatter struct + func NewJSONFormatter() *JSONFormatter + func (f *JSONFormatter) Format(results []error) (string, error) + type TextFormatter struct + func NewTextFormatter() *TextFormatter + func (f *TextFormatter) Format(results []error) (string, error)