Skip to content

Commit d678af2

Browse files
committed
fix issue
2 parents 7efb8f9 + 807a8a1 commit d678af2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: officialaccount/material/material.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ import (
44
"encoding/json"
55
"errors"
66
"fmt"
7-
"github.com/silenceper/wechat/v2/officialaccount/context"
8-
"github.com/silenceper/wechat/v2/util"
97
"io"
108
"os"
119
"path"
10+
11+
"github.com/silenceper/wechat/v2/officialaccount/context"
12+
"github.com/silenceper/wechat/v2/util"
1213
)
1314

1415
const (

0 commit comments

Comments
 (0)