1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-29 17:41:15 +03:00

Add golangci-lint

This commit is contained in:
Vladimir Mihailenco
2019-07-25 13:53:00 +03:00
parent 9228e88887
commit f3ce3362a0
18 changed files with 284 additions and 274 deletions

View File

@ -45,7 +45,7 @@ var (
var cluster = &clusterScenario{
ports: []string{"8220", "8221", "8222", "8223", "8224", "8225"},
nodeIds: make([]string, 6),
nodeIDs: make([]string, 6),
processes: make(map[string]*redisProcess, 6),
clients: make(map[string]*redis.Client, 6),
}