Merge pull request #1981 from lucas-clemente/go-mod-readme

mention Go mod as a requirement in the README
This commit is contained in:
Marten Seemann
2019-07-01 14:37:18 +07:00
committed by GitHub

View File

@@ -24,11 +24,11 @@ The *master* branch **only** supports IETF QUIC. For Google QUIC support, please
## Guides
We currently support Go 1.12+.
We currently support Go 1.12+, with [Go modules](https://github.com/golang/go/wiki/Modules) support enabled.
Installing and updating dependencies:
go get -t -u ./...
go get -u ./...
Running tests: