gobot
Golang framework for robotics, drones, and the Internet of Things (IoT)
How to download and setup gobot
Open terminal and run command
git clone https://github.com/hybridgroup/gobot.git
git clone is used to create a copy or clone of gobot 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 gobot https://github.com/hybridgroup/gobot/archive/master.zip
Or simply clone gobot with SSH
[email protected]:hybridgroup/gobot.git