How to download and setup go-commons-pool
Open terminal and run command
git clone https://github.com/jolestar/go-commons-pool.git
git clone is used to create a copy or clone of go-commons-pool 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 go-commons-pool https://github.com/jolestar/go-commons-pool/archive/master.zip
Or simply clone go-commons-pool with SSH
[email protected]:jolestar/go-commons-pool.git