080ba47a06
Change-Id: I6a419c62700c568254ff67ae5b73efed2fc98aa2
12 lines
227 B
Go
12 lines
227 B
Go
// Copyright (C) 2019 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
package postgreskv
|
|
|
|
import (
|
|
"github.com/zeebo/errs"
|
|
)
|
|
|
|
// Error is the default postgreskv errs class.
|
|
var Error = errs.Class("postgreskv error")
|