Update README.rst about go spdy package

This commit is contained in:
Tatsuhiro Tsujikawa 2015-05-24 19:26:53 +09:00
parent 8e5c8430f1
commit 7c7d4700f1
1 changed files with 6 additions and 1 deletions

View File

@ -190,7 +190,7 @@ its testing framework. We depend on the following libraries:
* https://github.com/bradfitz/http2
* https://github.com/tatsuhiro-t/go-nghttp2
* https://golang.org/x/net/spdy
* https://github.com/tatsuhiro-t/spdy
To download the above packages, after settings ``GOPATH``, run the
following command under ``integration-tests`` directory::
@ -204,6 +204,11 @@ To run the tests, run the following command under
Inside the tests, we use port 3009 to run the test subject server.
.. note::
github.com/tatsuhiro-t/spdy is a copy used to be available at
golang.org/x/net/spdy, but it is now gone.
Migration from v0.7.15 or earlier
---------------------------------