mirror of
https://github.com/restic/restic.git
synced 2025-10-09 19:20:23 +00:00
Run goimports
This commit is contained in:
@@ -3,8 +3,8 @@ package local
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"restic/errors"
|
||||
"restic/options"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
"github.com/restic/restic/internal/options"
|
||||
)
|
||||
|
||||
// Config holds all information needed to open a local repository.
|
||||
|
Reference in New Issue
Block a user