From c2ae7baa56126e3bca8fc2902882d242c93f8242 Mon Sep 17 00:00:00 2001 From: shoopea Date: Wed, 2 Oct 2019 12:48:23 +0800 Subject: [PATCH] test --- bot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.go b/bot.go index baea3a6..75c0c94 100644 --- a/bot.go +++ b/bot.go @@ -731,7 +731,7 @@ func botGWithdraw(m *tb.Message) { */ r := regexp.MustCompile("^(( )*[a-z0-9]+ [0-9]+( )*)+$") for _, l := range r.FindAllStringSubmatch(m.Payload, -1) { - fmt.Print("%v\n", l) + fmt.Printf("%v\n", l) /* i := getObjItemID(``, l[1]) q, _ := strconv.ParseInt(l[2], 10, 64)