From 8bf6e0b7abd8f93f77d10f10debc1f1d867477a3 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 3 Jun 2019 09:21:59 +0800 Subject: [PATCH] test --- main.go | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index 56bb695..d83f6fd 100644 --- a/main.go +++ b/main.go @@ -4,12 +4,15 @@ import ( "database/sql" "flag" "fmt" - _ "github.com/go-sql-driver/mysql" - "gopkg.in/gcfg.v1" - tb "gopkg.in/tucnak/telebot.v2" "log" "math/rand" + "sync" "time" + + "gopkg.in/gcfg.v1" + + _ "github.com/go-sql-driver/mysql" + tb "gopkg.in/tucnak/telebot.v2" ) type Config struct {