mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
gofumports
This commit is contained in:
@ -1857,7 +1857,7 @@ func newGeoLocationSliceParser(q *GeoRadiusQuery) proto.MultiBulkParse {
|
||||
Name: vv,
|
||||
})
|
||||
case *GeoLocation:
|
||||
//TODO: avoid copying
|
||||
// TODO: avoid copying
|
||||
locs = append(locs, *vv)
|
||||
default:
|
||||
return nil, fmt.Errorf("got %T, expected string or *GeoLocation", v)
|
||||
|
Reference in New Issue
Block a user