mirror of
https://github.com/restic/restic.git
synced 2026-08-19 20:13:28 +00:00
Run goimports
This commit is contained in:
@@ -9,9 +9,9 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"restic"
|
||||
"restic/debug"
|
||||
"restic/errors"
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
)
|
||||
|
||||
var cmdFind = &cobra.Command{
|
||||
|
||||
Reference in New Issue
Block a user