mirror of
https://github.com/restic/restic.git
synced 2025-08-12 00:47:41 +00:00
Run goimports
This commit is contained in:
@@ -7,13 +7,14 @@ import (
|
||||
"net/http"
|
||||
"path"
|
||||
"path/filepath"
|
||||
"restic"
|
||||
"restic/backend"
|
||||
"restic/debug"
|
||||
"restic/errors"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/backend"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
|
||||
"github.com/ncw/swift"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user