Files
virtual-kubelet/vendor/github.com/hyperhq/hypercli/pkg/system/utimes_darwin.go
2017-12-05 17:53:58 -06:00

9 lines
181 B
Go

package system
import "syscall"
// LUtimesNano is not supported by darwin platform.
func LUtimesNano(path string, ts []syscall.Timespec) error {
return ErrNotSupportedPlatform
}