storj/satellite/durability/pkg.go

9 lines
172 B
Go
Raw Normal View History

// Copyright (C) 2023 Storj Labs, Inc.
// See LICENSE for copying information.
package durability
import "github.com/spacemonkeygo/monkit/v3"
var mon = monkit.Package()