Versions in this module Expand all Collapse all v0 v0.0.1 May 18, 2026 Changes in this version + var BugReportCount = counter.NewStack("gopls/bug", 16) + var PanicOnBugs = false + func Errorf(format string, args ...any) error + func Handle(h func(Bug)) + func Report(description string) + func Reportf(format string, args ...any) + type Bug struct + AtTime time.Time + Description string + File string + Key string + Line int + Stack string + func List() []Bug