Move restic package to internal/restic
This commit is contained in:
parent
94030a12cf
commit
23c903074c
179 changed files with 100 additions and 136 deletions
|
@ -6,10 +6,10 @@ import (
|
|||
"path/filepath"
|
||||
"regexp"
|
||||
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
"github.com/restic/restic/internal/fs"
|
||||
"github.com/restic/restic/internal/restic"
|
||||
)
|
||||
|
||||
// Layout computes paths for file name storage.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue