From 980fd607196034d190983ea25e12a25564d00864 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Sat, 28 Nov 2015 21:00:17 +0200 Subject: [PATCH] Issue #5: Added a question on which go versions are supported by fasthttp --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ad07c68..769563b 100644 --- a/README.md +++ b/README.md @@ -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).