util: Port all code to new errwrap package
This should keep things more uniform.
This commit is contained in:
@@ -22,8 +22,7 @@ import (
|
||||
|
||||
"github.com/purpleidea/mgmt/lang/interfaces"
|
||||
"github.com/purpleidea/mgmt/lang/types"
|
||||
|
||||
errwrap "github.com/pkg/errors"
|
||||
"github.com/purpleidea/mgmt/util/errwrap"
|
||||
)
|
||||
|
||||
// VarFunc is a function that passes through a function that came from a bind
|
||||
|
||||
Reference in New Issue
Block a user