We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d404c commit 980fd60Copy full SHA for 980fd60
README.md
@@ -138,3 +138,8 @@ BenchmarkServerGet10KReqPerConn1KClients-4 5000000 342 ns/op 0 B/
138
wider user base.
139
* Many existing web frameworks and request routers are built on top
140
of net/http.
141
+
142
+* *Which GO versions are supported by fasthttp?*
143
144
+ Go1.5+. Older versions won't be supported, since their standard package
145
+ [miss useful functions](https://github.com/valyala/fasthttp/issues/5).
0 commit comments