From 58ddf202bbf214e3c9199e767e1ce60d6caab772 Mon Sep 17 00:00:00 2001 From: Balakrishnan Balasubramanian Date: Tue, 27 Dec 2022 22:15:47 -0500 Subject: [PATCH] tmp --- main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.go b/main.go index f9827e2..c50d015 100644 --- a/main.go +++ b/main.go @@ -10,6 +10,7 @@ import ( "net/http" "os" "path" + "runtime/debug" "strconv" "strings" "sync" @@ -51,6 +52,10 @@ func main() { glist.DataPath = dataPath + if bi, ok := debug.ReadBuildInfo(); ok { + log.Println(bi.String()) + } + log.Printf("Grocery List bot starting with datapath:%s, port:%d\n", dataPath, port) var chats sync.Map