mirror of
https://github.com/octoleo/restic.git
synced 2024-11-27 07:16:40 +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
|
|
}
|