DEBSOURCES
Skip Quicknav
sources / golang-github-chromedp-sysutil / 1.0.0-3 / sysutil_other.go
123456789
// +build !linux,!windows,!darwin,!freebsd,!openbsd,!netbsd package sysutil import "time" func init() { btime = time.Now() }