hybridgroup / gobot-site

Website for Gobot - Golang framework/set of libraries for robotics and physical computing
http://gobot.io/
9 stars 18 forks source link

Syntax error in example on landing page #50

Closed eripa closed 7 years ago

eripa commented 7 years ago

The example for The "Hello, World" Of Things contains a syntax error.

Corresponding file: source/index.html.haml

Trying to build the example results in:

./main.go:21: undefined: robot
./main.go:27: undefined: robot in robot.Start

robot needs to be declared. It is fixed by changing = to :=