mirror of
https://github.com/restic/restic.git
synced 2025-08-21 21:17:27 +00:00
Run goimports
This commit is contained in:
@@ -2,9 +2,10 @@ package swift
|
||||
|
||||
import (
|
||||
"os"
|
||||
"restic/errors"
|
||||
"restic/options"
|
||||
"strings"
|
||||
|
||||
"github.com/restic/restic/internal/errors"
|
||||
"github.com/restic/restic/internal/options"
|
||||
)
|
||||
|
||||
// Config contains basic configuration needed to specify swift location for a swift server
|
||||
|
Reference in New Issue
Block a user