mirror of
https://github.com/restic/restic.git
synced 2026-03-06 06:36:26 +00:00
Run goimports
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
||||
|
||||
"golang.org/x/sys/unix"
|
||||
|
||||
"restic/errors"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
|
||||
"restic/fs"
|
||||
"github.com/restic/restic/internal/fs"
|
||||
)
|
||||
|
||||
func (node Node) restoreSymlinkTimestamps(path string, utimes [2]syscall.Timespec) error {
|
||||
|
||||
Reference in New Issue
Block a user