shad-go/middleware/httpsnoop_test.go
Fedor Korotkiy c41d348620 Fix
2023-03-30 15:34:15 +04:00

6 lines
144 B
Go

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