From 6feb809c7e241832ca857338bd53d2387c0b38cd Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 31 May 2019 23:06:31 +0800 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index fec55b4..ff07920 100644 --- a/bot.go +++ b/bot.go @@ -47,7 +47,7 @@ func botPhoto(m *tb.Message) { } func botDocument(m *tb.Message) { - fmt.Printf("botDocument : %s (%d bytes)", m.Document.FileName, m.Document.File.FileSize) + fmt.Printf("botDocument : %s (%d bytes)\n", m.Document.FileName, m.Document.File.FileSize) // documents only }