mirror of
https://github.com/restic/restic.git
synced 2025-03-30 00:00:14 +01:00
7 lines
127 B
Go
7 lines
127 B
Go
package fs
|
|
|
|
import "syscall"
|
|
|
|
func nodeRestoreSymlinkTimestamps(path string, utimes [2]syscall.Timespec) error {
|
|
return nil
|
|
}
|