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