test
This commit is contained in:
parent
51ef0bfb21
commit
8bf6e0b7ab
9
main.go
9
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user