mirror of
https://github.com/restic/restic.git
synced 2024-12-23 00:07:25 +00: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
|
|
}
|