1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-23 13:42:25 +08:00

[fix]优化imports

This commit is contained in:
wuhb
2024-01-01 21:39:13 +08:00
parent 5ce54fa003
commit 707d4f91ce
2 changed files with 2 additions and 4 deletions

View File

@@ -7,14 +7,13 @@ import (
"encoding/json"
"encoding/pem"
"encoding/xml"
"fmt"
"io"
"log"
"mime/multipart"
"net/http"
"os"
"fmt"
"golang.org/x/crypto/pkcs12"
)