valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.91k stars 1.76k forks source link

Enable perfsprint linter; fix up lint issues #1727

Closed alexandear closed 8 months ago

alexandear commented 8 months ago

The PR enables the perfsprint linter in the golangci-lint configuration file. The fasthttp library is heavily focused on performance, making this linter a beneficial addition.

This PR fixes up the lint issues that arose from persprint. All of these were minor:

erikdubbelboer commented 8 months ago

Thanks!