7 lines
223 B
Go
7 lines
223 B
Go
|
// Copyright (C) 2021 Storj Labs, Inc.
|
||
|
// See LICENSE for copying information.
|
||
|
|
||
|
// Package pieces is responsible for the low level piece management.
|
||
|
// It also provides ways to keep track of pieces metadata.
|
||
|
package pieces
|