Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
21.91k
stars
1.76k
forks
source link
Enable several gocritic checks; resolve identified issues #1728
Closed
alexandear closed 8 months ago
The PR enables temporarily disabled
httpNoBody
,initClause
,paramTypeCombine
,typeUnparen
checks from gocritic linter and fixes up lint issues.