debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Simplify no.go

Open wtask opened this issue 5 years ago • 0 comments

// 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) {}

wtask avatar Mar 03 '20 18:03 wtask