Skip to content

Commit 980fd60

Browse files
committed
Issue #5: Added a question on which go versions are supported by fasthttp
1 parent 58d404c commit 980fd60

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,8 @@ BenchmarkServerGet10KReqPerConn1KClients-4 5000000 342 ns/op 0 B/
138138
wider user base.
139139
* Many existing web frameworks and request routers are built on top
140140
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

Comments
 (0)