Versions in this module Expand all Collapse all v0 v0.5.0 Mar 14, 2026 v0.4.0 Mar 14, 2026 Changes in this version + type Writer struct + func New(outWriter *bufio.Writer, simulate bool) *Writer + func (w *Writer) Error(format string, a ...any) + func (w *Writer) Info(format string, a ...any) + func (w *Writer) Progress(pct float64, processed, total, found int64) + func (w *Writer) ProgressDone() + func (w *Writer) Result(domain string)