This commit is contained in:
Fedor Korotkiy 2023-03-30 15:34:04 +04:00
parent 4608d42d59
commit c41d348620

View file

@ -0,0 +1,6 @@
package middlware
import (
// without that line, go mod tidy might remove httpsnoop in student repository
_ "github.com/felixge/httpsnoop"
)