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.94k stars 1.76k forks source link

test: fix typo #1790

Closed alexandear closed 5 months ago

alexandear commented 5 months ago

The PR corrects one spelling mistake inside Test_New.

erikdubbelboer commented 5 months ago

Thanks!