mirror of
https://github.com/restic/restic.git
synced 2025-08-23 13:08:08 +00:00
Run goimports
This commit is contained in:
@@ -5,16 +5,17 @@ import (
|
||||
"crypto/sha256"
|
||||
"io"
|
||||
"os"
|
||||
"restic"
|
||||
"sync"
|
||||
|
||||
"restic/errors"
|
||||
"restic/hashing"
|
||||
"github.com/restic/restic/internal"
|
||||
|
||||
"restic/crypto"
|
||||
"restic/debug"
|
||||
"restic/fs"
|
||||
"restic/pack"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
"github.com/restic/restic/internal/hashing"
|
||||
|
||||
"github.com/restic/restic/internal/crypto"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"github.com/restic/restic/internal/fs"
|
||||
"github.com/restic/restic/internal/pack"
|
||||
)
|
||||
|
||||
// Saver implements saving data in a backend.
|
||||
|
Reference in New Issue
Block a user