Skip to content

Commit

Permalink
style: use goimports style
Browse files Browse the repository at this point in the history
  • Loading branch information
xy-peng committed Oct 10, 2022
1 parent 82513d2 commit d4cd63a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/notify/notify.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ import (
"encoding/base64"
"encoding/json"
"fmt"
"github.com/wechatpay-apiv3/wechatpay-go/core/auth"
"github.com/wechatpay-apiv3/wechatpay-go/core/auth/validators"
"io/ioutil"
"net/http"

"github.com/wechatpay-apiv3/wechatpay-go/core/auth"
"github.com/wechatpay-apiv3/wechatpay-go/core/auth/validators"
)

// Handler 通知处理器,使用前先设置验签和解密的算法套件
Expand Down

0 comments on commit d4cd63a

Please sign in to comment.