mirror of
https://github.com/rclone/rclone.git
synced 2024-12-12 10:12:41 +01:00
6 lines
165 B
Go
6 lines
165 B
Go
|
// Copyright (C) 2020 Storj Labs, Inc.
|
||
|
// See LICENSE for copying information.
|
||
|
|
||
|
// Package ranger implements lazy io.Reader and io.Writer interfaces.
|
||
|
package ranger
|