Initial commit
This commit is contained in:
8
vendor/github.com/hyperhq/hypercli/pkg/system/utimes_darwin.go
generated
vendored
Normal file
8
vendor/github.com/hyperhq/hypercli/pkg/system/utimes_darwin.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package system
|
||||
|
||||
import "syscall"
|
||||
|
||||
// LUtimesNano is not supported by darwin platform.
|
||||
func LUtimesNano(path string, ts []syscall.Timespec) error {
|
||||
return ErrNotSupportedPlatform
|
||||
}
|
||||
Reference in New Issue
Block a user