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