mirror of
https://github.com/rclone/rclone.git
synced 2024-12-12 04:04:06 +08:00
6 lines
162 B
Go
6 lines
162 B
Go
// Copyright (C) 2020 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
// Package readcloser implements utilities for io.ReadClosers.
|
|
package readcloser
|