This commit is contained in:
shoopea 2019-05-03 12:40:04 +08:00
parent 47b9e78d7d
commit a01c3b2fdc

View File

@ -2,10 +2,14 @@ package main
import ( import (
"encoding/json" "encoding/json"
"err"
"flag"
"fmt" "fmt"
"log" "log"
"time" "time"
"gopkg.in/gcfg.v1"
"github.com/Arman92/go-tdlib" "github.com/Arman92/go-tdlib"
"github.com/streadway/amqp" "github.com/streadway/amqp"
) )