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

all: add riscv64 support #1781

Closed mengzhuo closed 6 months ago

erikdubbelboer commented 6 months ago

Our linter doesn't like it:

bytesconv_64.go:1: File is not `gofmt`-ed with `-s` (gofmt)
mengzhuo commented 6 months ago

Our linter doesn't like it:

bytesconv_64.go:1: File is not `gofmt`-ed with `-s` (gofmt)

Done. I should add a linter check before commit, sorry.

erikdubbelboer commented 6 months ago

Thanks!