added feedback after n secs sleep

This commit is contained in:
Giuseppe Privitera 2015-08-10 17:46:35 +01:00
parent f4c08959cd
commit a2fdf79d5b

View File

@ -61,6 +61,7 @@ func main() {
dot_count := bytes.Count(d.Body, []byte("."))
t := time.Duration(dot_count)
time.Sleep(t * time.Second)
log.Printf("Done")
}
}()