func syscall.futimes
2 uses
syscall (current package)
syscall_bsd.go#L550: return futimes(fd, (*[2]Timeval)(unsafe.Pointer(&tv[0])))
zsyscall_darwin_arm64.go#L322: func futimes(fd int, timeval *[2]Timeval) (err error) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)