mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:47:43 +00:00
Run goimports
This commit is contained in:
@@ -3,9 +3,10 @@ package mock
|
||||
import (
|
||||
"context"
|
||||
"io"
|
||||
"restic"
|
||||
|
||||
"restic/errors"
|
||||
"github.com/restic/restic/internal"
|
||||
|
||||
"github.com/restic/restic/internal/errors"
|
||||
)
|
||||
|
||||
// Backend implements a mock backend.
|
||||
|
@@ -1,8 +1,8 @@
|
||||
package mock
|
||||
|
||||
import (
|
||||
"restic"
|
||||
"restic/crypto"
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/crypto"
|
||||
)
|
||||
|
||||
// Repository implements a mock Repository.
|
||||
|
Reference in New Issue
Block a user