mirror of
https://github.com/redis/go-redis.git
synced 2025-08-06 01:35:48 +03:00
Fix golangci-lint check
This commit is contained in:
@@ -10,7 +10,6 @@ import (
|
||||
)
|
||||
|
||||
// Scan parses bytes `b` to `v` with appropriate type.
|
||||
// nolint: gocyclo
|
||||
func Scan(b []byte, v interface{}) error {
|
||||
switch v := v.(type) {
|
||||
case nil:
|
||||
|
Reference in New Issue
Block a user