Files
stash/vendor/github.com/chromedp/sysutil/timeval32.go
2021-06-23 08:05:58 +10:00

9 lines
91 B
Go

// +build darwin freebsd
package sysutil
type timeval struct {
Sec int32
Usec int32
}