mirror of
https://github.com/restic/restic.git
synced 2026-04-16 09:58:56 +00:00
Run goimports
This commit is contained in:
@@ -11,12 +11,13 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"restic/errors"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
|
||||
"bytes"
|
||||
"restic/debug"
|
||||
"restic/fs"
|
||||
"runtime"
|
||||
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"github.com/restic/restic/internal/fs"
|
||||
)
|
||||
|
||||
// ExtendedAttribute is a tuple storing the xattr name and value.
|
||||
|
||||
Reference in New Issue
Block a user