Sign in
chromium
/
external
/
github.com
/
knq
/
sysutil
/
53c4155f11f69acc282e07ed0b9df3fab4874eb1
/
.
/
sysutil_test.go
blob: f6379a8e60b63ce6a90b991f58971a2afcdd57f7 [
file
] [
log
] [
blame
]
package sysutil
import (
"testing"
"time"
)
func TestBootTime(t *testing.T) {
t.Logf("boot time: %s", BootTime().Format(time.RFC3339Nano))
}