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