]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/utimes_darwin.go
provider: Ensured Go 1.11 in TravisCI and README
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / fsouza / go-dockerclient / external / github.com / docker / docker / pkg / system / utimes_darwin.go
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 }