Skip to content

Commit b20726f

Browse files
author
gongshi.zd
committed
Polish code style
1 parent 7229650 commit b20726f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example/queue_example.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
_ "net/http/pprof"
1010

1111
"github.com/gogap/logs"
12-
"github.com/souriki/ali_mns"
12+
"github.com/aliyun/aliyun-mns-go-sdk"
1313
)
1414

1515
type appConf struct {
@@ -38,7 +38,7 @@ func main() {
3838
conf.AccessKeySecret)
3939

4040
msg := ali_mns.MessageSendRequest{
41-
MessageBody: "hello <\"souriki/ali_mns\">",
41+
MessageBody: "hello <\"aliyun-mns-go-sdk\">",
4242
DelaySeconds: 0,
4343
Priority: 8}
4444

example/topic_example.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"io/ioutil"
77

88
"github.com/gogap/logs"
9-
"github.com/souriki/ali_mns"
9+
"github.com/aliyun/aliyun-mns-go-sdk"
1010
)
1111

1212
type appConf struct {
@@ -79,7 +79,7 @@ func main() {
7979

8080
// 4. now publish message
8181
msg := ali_mns.MessagePublishRequest{
82-
MessageBody: "hello topic <\"souriki/ali_mns\">",
82+
MessageBody: "hello topic <\"aliyun-mns-go-sdk\">",
8383
MessageAttributes: &ali_mns.MessageAttributes{
8484
MailAttributes: &ali_mns.MailAttributes{
8585
Subject: "AAA中文",

0 commit comments

Comments
 (0)