chore: remove unused const (#1224)

This commit is contained in:
Kevin Wan
2021-11-10 21:45:42 +08:00
committed by GitHub
parent 9d0b51fa26
commit 4f5c30e083
2 changed files with 2 additions and 3 deletions

View File

@@ -3,7 +3,6 @@ package redis
import (
"crypto/tls"
"errors"
"github.com/tal-tech/go-zero/core/stringx"
"io"
"strconv"
"testing"
@@ -12,6 +11,7 @@ import (
"github.com/alicebob/miniredis/v2"
red "github.com/go-redis/redis"
"github.com/stretchr/testify/assert"
"github.com/tal-tech/go-zero/core/stringx"
)
func TestRedis_Exists(t *testing.T) {