mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
1b8c5593da
The new golangci-lint doesn't allow empty return statements anymore. But returning a specific value with named return variables actually assigns it to the variable. See: https://go.dev/play/p/kNhVx2scGx5 This caused a bug here: https://github.com/valyala/fasthttp/issues/2090