samples: cleanup

This commit is contained in:
Karan Misra 2014-04-11 17:50:23 +05:30
parent 175436be65
commit be0c0daf48
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ func main() {
if err := led.Toggle(); err != nil {
panic(err)
}
fmt.Printf("Toggled\n")
fmt.Println("Toggled")
case <-quit:
return
}