mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-27 03:56:51 +02:00
Fix linter warnings
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/imgproxy/imgproxy/v3/ierrors"
|
||||
)
|
||||
|
||||
type timerSinceCtxKey = struct{}
|
||||
type timerSinceCtxKey struct{}
|
||||
|
||||
func startRequestTimer(r *http.Request) (*http.Request, context.CancelFunc) {
|
||||
ctx := r.Context()
|
||||
|
Reference in New Issue
Block a user