storj/pkg/audit/common.go
2018-10-09 17:10:37 -04:00

12 lines
211 B
Go

// Copyright (C) 2018 Storj Labs, Inc.
// See LICENSE for copying information.
package audit
import (
"github.com/zeebo/errs"
)
// Error is the default audit errs class
var Error = errs.Class("audit error")