Versions in this module Expand all Collapse all v2 v2.1.0 Apr 20, 2026 v2.0.0 Apr 20, 2026 Changes in this version + func Report(offenses []Offense, w io.Writer) + func WriteTodo(path string, todo *TodoFile) error + type Offense struct + Callsite string + DeprecatedField string + StandardField string + func Scan(dir string) ([]Offense, error) + type ParseWarningError struct + Count int + Total int + func (e *ParseWarningError) Error() string + type TodoFile struct + Offenses []Offense + func MergeTodo(existing *TodoFile, newOffenses []Offense) *TodoFile + func ReadTodo(path string) (*TodoFile, error)