mirror of
https://github.com/octoleo/restic.git
synced 2024-11-25 22:27:35 +00:00
8 lines
127 B
Go
8 lines
127 B
Go
package fs
|
|
|
|
import "syscall"
|
|
|
|
func nodeRestoreSymlinkTimestamps(path string, utimes [2]syscall.Timespec) error {
|
|
return nil
|
|
}
|