diff --git a/middleware/httpsnoop_test.go b/middleware/httpsnoop_test.go new file mode 100644 index 0000000..5c4178c --- /dev/null +++ b/middleware/httpsnoop_test.go @@ -0,0 +1,6 @@ +package middlware + +import ( + // without that line, go mod tidy might remove httpsnoop in student repository + _ "github.com/felixge/httpsnoop" +)