From: Diogo Franco (Kovensky) Date: Fri, 26 Jul 2013 14:00:54 +0000 (-0300) Subject: mylistadd: Say on stdout that you're waiting on the API X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=ce290123d061b307e26132c94adda37d30926127;p=go-anidb.git mylistadd: Say on stdout that you're waiting on the API The lack of protocol spam due to the new default logger makes the program weirdly pause at the end. --- diff --git a/examples/mylistadd/main.go b/examples/mylistadd/main.go index 458200f..6f914f7 100644 --- a/examples/mylistadd/main.go +++ b/examples/mylistadd/main.go @@ -100,6 +100,8 @@ func main() { } } + fmt.Println("Waiting for API...") + count := 0 for ok := range done { if ok {