shad-go/middleware/httpsnoop_test.go

7 lines
144 B
Go
Raw Normal View History

2023-03-30 11:34:04 +00:00
package middlware
import (
// without that line, go mod tidy might remove httpsnoop in student repository
_ "github.com/felixge/httpsnoop"
)