How to download and setup quic-go
Open terminal and run command
git clone https://github.com/quic-go/quic-go.git
git clone is used to create a copy or clone of quic-go repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with quic-go https://github.com/quic-go/quic-go/archive/master.zip
Or simply clone quic-go with SSH
[email protected]:quic-go/quic-go.git