Sign in
chromium
/
external
/
github.com
/
knq
/
sysutil
/
refs/heads/main
/
.
/
sysutil_other.go
blob: 8dc93318ca5f6a98ef7dde2705f835954a237239 [
file
] [
edit
]
//go:build !linux && !windows && !darwin && !freebsd && !openbsd && !netbsd
package sysutil
import "time"
func init() {
btime = time.Now()
}