Versions in this module Expand all Collapse all v1 v1.7.0 Sep 14, 2026 v1.6.0 Sep 13, 2026 v1.5.0 Sep 13, 2026 Changes in this version + func AuditDeferredWork(root string, skips []DeferralSkip) (findings []DeferralFinding, census DeferralCensus, err error) + func DeferralSeeds() []string + func HasDeferralSeed(body string) bool + type DeferralCensus struct + ByRoot map[string]int + Mentions int + Read int + Roots []string + SkipNames []string + Skipped map[string]int + Tracked int + func (c DeferralCensus) String() string + type DeferralFinding struct + Line string + Where string + func (f DeferralFinding) String() string + type DeferralForm struct + Example string + Pattern string + Seed string + func DeferralForms() []DeferralForm + type DeferralSkip struct + Match func(slashed string) bool + Name string + Why string + type NonASCIIIdent struct + Name string + Position string + Rune rune + func ScanNonASCIIIdents(name string, src []byte) (seen int, findings []NonASCIIIdent, err error) + func (f NonASCIIIdent) String() string