5 lines
162 B
Go
5 lines
162 B
Go
// Copyright (C) 2020 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
// Package readcloser implements utilities for io.ReadClosers.
|
|
package readcloser
|