forked from TrueCloudLab/restic
Rename khepri -> restic
This commit is contained in:
parent
9dc0bf6378
commit
e2fea0d088
41 changed files with 181 additions and 181 deletions
4
tree.go
4
tree.go
|
@ -1,4 +1,4 @@
|
|||
package khepri
|
||||
package restic
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
@ -11,8 +11,8 @@ import (
|
|||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/fd0/khepri/backend"
|
||||
"github.com/juju/arrar"
|
||||
"github.com/restic/restic/backend"
|
||||
)
|
||||
|
||||
type Tree []*Node
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue