Merge pull request #591 from lucas-clemente/fix-readme-goget

fix go get command in README
This commit is contained in:
Marten Seemann
2017-05-05 16:48:12 +08:00
committed by GitHub

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: