refactor: import order.
This commit is contained in:
parent
ebe3723319
commit
d801a47c96
|
@ -9,6 +9,7 @@ import (
|
|||
|
||||
"github.com/appleboy/gorush/config"
|
||||
"github.com/appleboy/gorush/status"
|
||||
|
||||
"github.com/buger/jsonparser"
|
||||
"github.com/sideshow/apns2"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
@ -365,6 +366,7 @@ func TestCheckSilentNotification(t *testing.T) {
|
|||
|
||||
// URL: https://goo.gl/5xFo3C
|
||||
// Example 2
|
||||
//
|
||||
// {
|
||||
// "aps" : {
|
||||
// "alert" : {
|
||||
|
@ -412,6 +414,7 @@ func TestAlertStringExample2ForIos(t *testing.T) {
|
|||
|
||||
// URL: https://goo.gl/5xFo3C
|
||||
// Example 3
|
||||
//
|
||||
// {
|
||||
// "aps" : {
|
||||
// "alert" : "You got your emails.",
|
||||
|
|
|
@ -9,6 +9,7 @@ import (
|
|||
"github.com/appleboy/gorush/core"
|
||||
"github.com/appleboy/gorush/logx"
|
||||
"github.com/appleboy/gorush/status"
|
||||
|
||||
c "github.com/msalihkarakasli/go-hms-push/push/config"
|
||||
client "github.com/msalihkarakasli/go-hms-push/push/core"
|
||||
"github.com/msalihkarakasli/go-hms-push/push/model"
|
||||
|
|
|
@ -4,6 +4,7 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/appleboy/gorush/config"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/appleboy/gorush/config"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue