summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorPaul Buetow (europa) <paul@buetow.org>2015-05-24 23:51:00 +0100
committerPaul Buetow (europa) <paul@buetow.org>2015-05-24 23:51:00 +0100
commitf6473fc7afd385b652e1ccdb745c43292f14a852 (patch)
treedb7f1116cec4223d667bee4065212d19d8c1900e /main
parentee387a8539c60e5c9c1d6894fce07e74c9414665 (diff)
Add error handling
Diffstat (limited to 'main')
-rw-r--r--main/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.go b/main/main.go
index 72497df..e408e4b 100644
--- a/main/main.go
+++ b/main/main.go
@@ -38,6 +38,7 @@ func main() {
for counter := 0; counter < 3; counter++ {
timer <- true
time.Sleep(time.Second)
+ fmt.Printf("Next... %d\n", counter)
}
timer <- false