mirror of
https://github.com/restic/restic.git
synced 2025-08-12 15:07:53 +00:00
Drop support for Go version 1.11
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// +build freebsd,go1.12
|
||||
// +build freebsd
|
||||
|
||||
package restic
|
||||
|
||||
|
@@ -1,17 +0,0 @@
|
||||
// +build freebsd,!go1.12
|
||||
|
||||
package restic
|
||||
|
||||
import "syscall"
|
||||
|
||||
func (node Node) restoreSymlinkTimestamps(path string, utimes [2]syscall.Timespec) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (node Node) device() int {
|
||||
return int(node.Device)
|
||||
}
|
||||
|
||||
func (s statUnix) atim() syscall.Timespec { return s.Atimespec }
|
||||
func (s statUnix) mtim() syscall.Timespec { return s.Mtimespec }
|
||||
func (s statUnix) ctim() syscall.Timespec { return s.Ctimespec }
|
Reference in New Issue
Block a user