refactor: update import path.

This commit is contained in:
Bo-Yi Wu
2017-01-19 17:08:12 +08:00
parent a669070ffb
commit a7b969dcf3
13 changed files with 34 additions and 21 deletions

View File

@@ -2,15 +2,16 @@ package gorush
import (
"encoding/json"
"log"
"os"
"testing"
"time"
"github.com/appleboy/gorush/config"
"github.com/buger/jsonparser"
"github.com/google/go-gcm"
"github.com/sideshow/apns2"
"github.com/stretchr/testify/assert"
"log"
"os"
"testing"
"time"
)
func TestDisabledAndroidIosConf(t *testing.T) {