add Go version to README

This commit is contained in:
Marten Seemann
2017-04-11 15:47:38 +07:00
parent d73e99624d
commit dea154d4bf

View File

@@ -14,6 +14,7 @@ quic-go is an implementation of the [QUIC](https://en.wikipedia.org/wiki/QUIC) p
quic-go is compatible with the current version(s) of Google Chrome and QUIC as deployed on Google's servers. We're actively tracking the development of the Chrome code to ensure compatibility as the protocol evolves. In that process, we're dropping support for old QUIC versions.
As Google's QUIC versions are expected to converge towards the [IETF QUIC draft](https://github.com/quicwg/base-drafts), quic-go will eventually implement that draft.
quic-go should be built with Go 1.7 or newer.
Major TODOs: