Issue #5: Added a question on which go versions are supported by fasthttp

This commit is contained in:
Aliaksandr Valialkin
2015-11-28 21:00:17 +02:00
parent 58d404c7e9
commit 980fd60719
+5
View File
@@ -138,3 +138,8 @@ BenchmarkServerGet10KReqPerConn1KClients-4 5000000 342 ns/op 0 B/
wider user base.
* Many existing web frameworks and request routers are built on top
of net/http.
* *Which GO versions are supported by fasthttp?*
Go1.5+. Older versions won't be supported, since their standard package
[miss useful functions](https://github.com/valyala/fasthttp/issues/5).