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

refactor: fix revive.indent-error-flow lint issues #1896

Closed alexandear closed 1 week ago

alexandear commented 2 weeks ago

The PR enables the rule revive.indent-error-flow and fix up lint issues.

erikdubbelboer commented 1 week ago

Thanks!