refactor: update import path.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user