Fix
This commit is contained in:
parent
4608d42d59
commit
c41d348620
1 changed files with 6 additions and 0 deletions
6
middleware/httpsnoop_test.go
Normal file
6
middleware/httpsnoop_test.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package middlware
|
||||
|
||||
import (
|
||||
// without that line, go mod tidy might remove httpsnoop in student repository
|
||||
_ "github.com/felixge/httpsnoop"
|
||||
)
|
Loading…
Reference in a new issue