2
2
mirror of https://github.com/octoleo/restic.git synced 2024-12-03 02:18:23 +00:00
restic/internal/fs/node_darwin.go

8 lines
127 B
Go
Raw Normal View History

package fs
import "syscall"
2015-04-25 00:36:54 +00:00
func nodeRestoreSymlinkTimestamps(path string, utimes [2]syscall.Timespec) error {
return nil
}