1
0
mirror of https://github.com/redis/go-redis.git synced 2025-10-20 09:52:25 +03:00

travis: run go vet

This commit is contained in:
Vladimir Mihailenco
2016-11-06 13:29:32 +02:00
parent 80cf5d1652
commit ae523dd552
4 changed files with 3 additions and 2 deletions

View File

@@ -71,7 +71,6 @@ func (it *ScanIterator) Next() bool {
return true
}
}
return false
}
// Val returns the key/field at the current cursor position.