1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 11:33:48 +08:00

fix: import fmt

This commit is contained in:
nnnewb 2021-02-13 17:05:57 +08:00
parent 6e8ef3ef0f
commit e30e21e296

View File

@ -3,6 +3,7 @@ package coolq
import ( import (
"crypto/md5" "crypto/md5"
"encoding/hex" "encoding/hex"
"fmt"
"io/ioutil" "io/ioutil"
"math" "math"
"os" "os"