Gobot is a framework for robots, drones, and the Internet of Things (IoT), written in the Go programming language Meet The Code Gobot makes controlling robots and devices incredibly simple and fun. All you need to get started is to install Gobot: $ go get -d -u gobot.io/x/gobot/... The "Hello, World" Of Things This program connects to an Arduino, and toggles an LED, every one second. package main