fix go get command in README

fixes #590
This commit is contained in:
Marten Seemann 2017-05-05 16:20:49 +08:00
parent 53583059d9
commit 6f5c84b1da
No known key found for this signature in database
GPG key ID: 3603F40B121FCDEA

View file

@ -18,9 +18,9 @@ As Google's QUIC versions are expected to converge towards the [IETF QUIC draft]
We currently support Go 1.7+.
Installing deps:
Installing and updating dependencies:
go get -t
go get -t -u ./...
Running tests: