typhon
A wrapper around Go's net/http to provide safety and convenience. At Monzo, Typhon forms the basis of most clients and servers in our microservices platform.
How to download and setup typhon
Open terminal and run command
git clone https://github.com/monzo/typhon.git
git clone is used to create a copy or clone of typhon 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 typhon https://github.com/monzo/typhon/archive/master.zip
Or simply clone typhon with SSH
[email protected]:monzo/typhon.git