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

Update import and fix undeclared name error in code example. #65

Closed ksputo closed 4 years ago

ksputo commented 4 years ago

Imports in code example were outdated and there was a typo in Gobot Master declaration causing 'undeclared name' error on compiling.

deadprogram commented 4 years ago

Thank you for the corrections @ksputo now merging.