Update dependencies

This commit is contained in:
Ciprian Hacman
2024-02-04 06:24:27 +02:00
parent 58017fd35e
commit ef98b9612e
899 changed files with 44579 additions and 16419 deletions
+10
View File
@@ -0,0 +1,10 @@
// Package httpsnoop provides an easy way to capture http related metrics (i.e.
// response time, bytes written, and http status code) from your application's
// http.Handlers.
//
// Doing this requires non-trivial wrapping of the http.ResponseWriter
// interface, which is also exposed for users interested in a more low-level
// API.
package httpsnoop
//go:generate go run codegen/main.go