(minor) fix lint warnings

This commit is contained in:
Lawrence, Rendall
2026-07-15 10:39:32 +03:00
parent 56171c29f1
commit c08b3b43b4
3 changed files with 16 additions and 7 deletions
+2 -1
View File
@@ -233,7 +233,8 @@ func (f *udpFE) serve(ctx context.Context, socket *net.UDPConn) error {
if f.collectTimings && metrics.Enabled() {
start = time.Now()
}
action, err := f.handleRequest(ctx,
action, err := f.handleRequest(
ctx,
Request{(*buffer)[:n], addr},
ResponseWriter{socket, addrPort},
)