Fix linter warnings

This commit is contained in:
DarthSim
2024-10-02 23:43:24 +03:00
parent 7f4c099027
commit d931285ac2
3 changed files with 17 additions and 17 deletions

View File

@@ -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()