github.com/uppal0016/docker_new@v0.0.0-20240123060250-1c98be13ac2c/pkg/system/utimes_darwin.go (about)

     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  }