1
0
mirror of https://github.com/kidoman/embd synced 2024-06-01 08:38:05 +02:00

samples: cleanup

This commit is contained in:
Karan Misra 2014-04-11 17:50:23 +05:30
parent 175436be65
commit be0c0daf48

View File

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