Skip to content

Commit

Permalink
格式化imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lehoqi committed Dec 28, 2023
1 parent 738ae56 commit 21a8a8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion util/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ import (
"encoding/json"
"encoding/pem"
"encoding/xml"
"fmt"
"io"
"log"
"mime/multipart"
"net/http"
"os"

"fmt"

"golang.org/x/crypto/pkcs12"
)

Expand Down
3 changes: 2 additions & 1 deletion wechat.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package wechat

import (
"github.com/silenceper/wechat/v2/util"
"net/http"
"os"

"github.com/silenceper/wechat/v2/util"

log "github.com/sirupsen/logrus"

"github.com/silenceper/wechat/v2/cache"
Expand Down

0 comments on commit 21a8a8b

Please sign in to comment.