From 6ca8836046552ecfd0825ebda17d2724188fc86d Mon Sep 17 00:00:00 2001 From: shoopea Date: Fri, 31 May 2019 09:11:25 +0800 Subject: [PATCH] test --- client.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client.go b/client.go index 9dc8bd9..b0bd212 100644 --- a/client.go +++ b/client.go @@ -5,6 +5,8 @@ import ( ) func clientSendCWMsg(userID64 int64, s string) { + log.Printf("clientSendCWMsg : s : %s\n", s) + log.Printf("clientSendCWMsg : userID64 : %d\n", userID64) c := TGCommand{ Type: commandSendMsg, Text: s,