Sign in
chromium
/
external
/
github.com
/
knq
/
sysutil
/
0218e141a794643e8c0fa283b9cd076fc0df662d
/
.
/
sysutil_other.go
blob: 25e5b78c138ebab8e16232413b4a404079f568f2 [
file
] [
log
] [
blame
]
// +build !linux,!windows,!darwin,!freebsd,!openbsd,!netbsd
package sysutil
import "time"
func init() {
btime = time.Now()
}