mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:47:43 +00:00
Run goimports
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"os"
|
||||
"syscall"
|
||||
|
||||
"restic/errors"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
)
|
||||
|
||||
// DeviceID extracts the device ID from an os.FileInfo object by casting it
|
||||
|
@@ -5,7 +5,7 @@ package fs
|
||||
import (
|
||||
"os"
|
||||
|
||||
"restic/errors"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
)
|
||||
|
||||
// DeviceID extracts the device ID from an os.FileInfo object by casting it
|
||||
|
Reference in New Issue
Block a user