]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob
0a16197544dbb5b6698d91ecd7dde9f0d4a69ac9
[github/fretlink/terraform-provider-statuscake.git] /
1 package system
2
3 import "syscall"
4
5 // LUtimesNano is not supported by darwin platform.
6 func LUtimesNano(path string, ts []syscall.Timespec) error {
7 return ErrNotSupportedPlatform
8 }