From 4510283594f8d6063a310fb439e7f3657b933f44 Mon Sep 17 00:00:00 2001 From: Daniel Esteban Date: Sun, 11 Feb 2018 19:45:28 +0100 Subject: [PATCH] gofmt'd --- examples/firmata_tm1638.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/examples/firmata_tm1638.go b/examples/firmata_tm1638.go index cb1f8d0d..380c69bf 100644 --- a/examples/firmata_tm1638.go +++ b/examples/firmata_tm1638.go @@ -12,12 +12,11 @@ package main import ( - "fmt" "os" "time" "gobot.io/x/gobot" - "gobot.io/x/gobot/drivers/i2c" + "gobot.io/x/gobot/drivers/gpio" "gobot.io/x/gobot/platforms/firmata" ) @@ -38,7 +37,7 @@ func main() { // Repeat and concat strings until long enough that with scroll it still shows text const showText = " HELLO WORLD - gobot.io - TM1638 " text := showText - for ;len(text)-len(showText)