This commit is contained in:
shoopea 2019-12-29 11:53:14 +08:00
parent d0c8dc15c2
commit 78851e3393

View File

@ -1,6 +1,7 @@
package main package main
import ( import (
"archive/zip"
"bytes" "bytes"
"encoding/json" "encoding/json"
"fmt" "fmt"
@ -8,7 +9,6 @@ import (
"math" "math"
"os" "os"
"time" "time"
"zip"
"github.com/Arman92/go-tdlib" "github.com/Arman92/go-tdlib"
) )