1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Bump golangci-lint to v1.21.0

This commit is contained in:
ferhat elmas
2019-11-18 18:46:09 +01:00
parent da5cd5af3e
commit b403828de2
3 changed files with 5 additions and 2 deletions

View File

@ -1863,7 +1863,6 @@ func (cmd *GeoPosCmd) readReply(rd *proto.Reader) error {
return nil, nil
})
return cmd.err
}
//------------------------------------------------------------------------------