mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 14:17:58 +02:00
build: replace the deprecated golint linter with revive
This fixes up a small number of new lint items also
This commit is contained in:
@ -132,7 +132,7 @@ func (o *Object) Open(ctx context.Context, options ...fs.OpenOption) (_ io.ReadC
|
||||
// Convert the semantics of HTTP range headers to an offset and length
|
||||
// that libuplink can use.
|
||||
var (
|
||||
offset int64 = 0
|
||||
offset int64
|
||||
length int64 = -1
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user