Point to fasthttpadaptor docs instead of source code in README

This commit is contained in:
Aliaksandr Valialkin
2016-01-06 17:14:15 +02:00
parent d53b8f0f3c
commit 10c0d9fdcf
+1 -1
View File
@@ -128,7 +128,7 @@ BenchmarkClientGetEndToEnd-4 1000000 5954 ns/op 0 B/op 0 a
Unfortunately, fasthttp doesn't provide API identical to net/http.
See the [FAQ](#faq) for details.
There is [net/http -> fasthttp handler converter](https://github.com/valyala/fasthttp/tree/master/fasthttpadaptor),
There is [net/http -> fasthttp handler converter](https://godoc.org/github.com/valyala/fasthttp/fasthttpadaptor),
but it is advisable writing fasthttp request handlers by hands for gaining
all the fasthttp advantages (especially high performance :) ).