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

@@ -1,10 +1,11 @@
package redis
import (
"github.com/appleboy/gorush/config"
"gopkg.in/redis.v5"
"log"
"strconv"
"github.com/appleboy/gorush/config"
"gopkg.in/redis.v5"
)
// Stat variable for redis

View File

@@ -1,9 +1,10 @@
package redis
import (
"testing"
c "github.com/appleboy/gorush/config"
"github.com/stretchr/testify/assert"
"testing"
)
func TestRedisServerError(t *testing.T) {