Explorar o código

fix: golint issue (#1423)

Kevin Wan %!s(int64=3) %!d(string=hai) anos
pai
achega
eb4b86137a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/stores/redis/redis.go

+ 1 - 1
core/stores/redis/redis.go

@@ -93,8 +93,8 @@ func New(addr string, opts ...Option) *Redis {
 	return r
 }
 
-// Deprecated: use New instead, will be removed in v2.
 // NewRedis returns a Redis.
+// Deprecated: use New instead, will be removed in v2.
 func NewRedis(redisAddr, redisType string, redisPass ...string) *Redis {
 	var opts []Option
 	if redisType == ClusterType {