github.com/DaoCloud/dao@v0.0.0-20161212064103-c3dbfd13ee36/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  }