Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + type Bugger interface + Activate func(todo *Todo) (bool, error) + type GitHubBugger struct + func NewGitHubBugger(client *github.Client, owner, repo string, dryRun bool) (*GitHubBugger, error) + func (b *GitHubBugger) Activate(todo *Todo) (bool, error) + type Location struct + Comment string + File string + Line uint + type Reviver struct + func New(paths []string, buggers []Bugger) *Reviver + func (r *Reviver) Run() []error + type Todo struct + Issue string + Locations []Location