mirror of
https://github.com/restic/restic.git
synced 2025-11-02 03:29:03 +00:00
Move restic package to internal/restic
This commit is contained in:
@@ -4,9 +4,8 @@ import (
|
||||
"context"
|
||||
"sync"
|
||||
|
||||
"github.com/restic/restic/internal"
|
||||
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"github.com/restic/restic/internal/restic"
|
||||
)
|
||||
|
||||
// ParallelWorkFunc gets one file ID to work on. If an error is returned,
|
||||
|
||||
Reference in New Issue
Block a user