mirror of
https://github.com/restic/restic.git
synced 2026-09-19 02:37:58 +00:00
Run goimports
This commit is contained in:
@@ -7,14 +7,15 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
"os/user"
|
||||
"restic"
|
||||
"time"
|
||||
|
||||
"restic/errors"
|
||||
"github.com/restic/restic/internal"
|
||||
|
||||
"restic/backend"
|
||||
"restic/crypto"
|
||||
"restic/debug"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
|
||||
"github.com/restic/restic/internal/backend"
|
||||
"github.com/restic/restic/internal/crypto"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user