debugger
debugger copied to clipboard
Simplify no.go
// Middleware allows HTTP middleware to receive debugger labels
func Middleware(f http.HandlerFunc, _ MiddlewareLabels) http.HandlerFunc {
return f
}
// SetLabels will set debugger labels for any function/method call
func SetLabels(_ Labels) {}