mirror of
https://github.com/restic/restic.git
synced 2026-08-15 01:53:17 +00:00
Run goimports
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"restic"
|
||||
"restic/errors"
|
||||
"restic/repository"
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
"github.com/restic/restic/internal/repository"
|
||||
)
|
||||
|
||||
var cmdLs = &cobra.Command{
|
||||
|
||||
Reference in New Issue
Block a user