Skip to content

Commit 0828c2c

Browse files
committed
fix gofmt
1 parent b5d08a2 commit 0828c2c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

officialaccount/js/js.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package js
22

33
import (
44
"fmt"
5+
56
"github.com/silenceper/wechat/v2/credential"
67
"github.com/silenceper/wechat/v2/officialaccount/context"
78
"github.com/silenceper/wechat/v2/util"

work/jsapi/jsapi.go

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package jsapi
22

33
import (
44
"fmt"
5+
56
"github.com/silenceper/wechat/v2/credential"
67
"github.com/silenceper/wechat/v2/util"
78
"github.com/silenceper/wechat/v2/work/context"

0 commit comments

Comments
 (0)