10 lines
297 B
Go
10 lines
297 B
Go
|
// Copyright (C) 2019 Storj Labs, Inc.
|
||
|
// See LICENSE for copying information.
|
||
|
|
||
|
/*
|
||
|
Package live provides live accounting functionality. That is, it keeps track
|
||
|
of deltas in the amount of storage used by each project relative to the last
|
||
|
tally operation (see pkg/accounting/tally).
|
||
|
*/
|
||
|
package live
|