mirror of
https://github.com/restic/restic.git
synced 2026-09-20 02:58:30 +00:00
Run goimports
This commit is contained in:
@@ -8,9 +8,9 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"restic"
|
||||
"restic/checker"
|
||||
"restic/errors"
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/checker"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
)
|
||||
|
||||
var cmdCheck = &cobra.Command{
|
||||
|
||||
Reference in New Issue
Block a user