package
0.18.1
Repository: https://go.googlesource.com/tools
Documentation: pkg.go.dev

# Functions

Errorf calls fmt.Errorf for the given arguments, and reports the resulting error message as a bug.
Handle adds a handler function that will be called with the next bug to occur on the server.
List returns a slice of bug exemplars -- the first bugs to occur at each callsite.
Report records a new bug encountered on the server.
Reportf reports a formatted bug message.

# Variables

BugReportCount is a telemetry counter that tracks # of bug reports.
PanicOnBugs controls whether to panic when bugs are reported.

# Structs

A Bug represents an unexpected event or broken invariant.