From 4b7d6c32700df52cbfb076ea942263c08447654e Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 21 Jun 2020 19:55:21 +0200 Subject: [PATCH] test --- main.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index e192a0c..1ec16bc 100644 --- a/main.go +++ b/main.go @@ -62,10 +62,12 @@ func main() { logInfoDebug("Connected to Telegram") go BotHandlers(bot) - u := tb.User{ - ID: 32173684, - } - bot.Send(&u, fmt.Sprintf("Started (%s-b%s - %s)", githash, commits, buildstamp)) + /* + u := tb.User{ + ID: int(32173684), + } + bot.Send(&u, fmt.Sprintf("Started (%s-b%s - %s)", githash, commits, buildstamp)) + */ for { p := Packet{}