1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +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 (
"crypto/md5"
"encoding/hex"
"fmt"
"io/ioutil"
"math"
"os"