rename the config path.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
e73c02da53
commit
6005a51e0c
|
@ -3,7 +3,7 @@ package gorush
|
|||
import (
|
||||
"crypto/tls"
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/appleboy/gorush/gorush/config"
|
||||
"github.com/appleboy/gorush/config"
|
||||
apns "github.com/sideshow/apns2"
|
||||
)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ package gorush
|
|||
|
||||
import (
|
||||
"github.com/Sirupsen/logrus"
|
||||
"github.com/appleboy/gorush/gorush/config"
|
||||
"github.com/appleboy/gorush/config"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
)
|
||||
|
|
|
@ -2,7 +2,7 @@ package gorush
|
|||
|
||||
import (
|
||||
"encoding/json"
|
||||
"github.com/appleboy/gorush/gorush/config"
|
||||
"github.com/appleboy/gorush/config"
|
||||
"github.com/buger/jsonparser"
|
||||
"github.com/google/go-gcm"
|
||||
"github.com/sideshow/apns2"
|
||||
|
|
|
@ -2,7 +2,7 @@ package gorush
|
|||
|
||||
import (
|
||||
"github.com/appleboy/gofight"
|
||||
"github.com/appleboy/gorush/gorush/config"
|
||||
"github.com/appleboy/gorush/config"
|
||||
"github.com/buger/jsonparser"
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package boltdb
|
||||
|
||||
import (
|
||||
"github.com/appleboy/gorush/gorush/config"
|
||||
"github.com/appleboy/gorush/config"
|
||||
"github.com/asdine/storm"
|
||||
)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package boltdb
|
||||
|
||||
import (
|
||||
c "github.com/appleboy/gorush/gorush/config"
|
||||
c "github.com/appleboy/gorush/config"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package redis
|
||||
|
||||
import (
|
||||
"github.com/appleboy/gorush/gorush/config"
|
||||
"github.com/appleboy/gorush/config"
|
||||
"gopkg.in/redis.v3"
|
||||
"log"
|
||||
"strconv"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package redis
|
||||
|
||||
import (
|
||||
c "github.com/appleboy/gorush/gorush/config"
|
||||
c "github.com/appleboy/gorush/config"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue