blob: f6379a8e60b63ce6a90b991f58971a2afcdd57f7 [file] [log] [blame]
package sysutil
import (
"testing"
"time"
)
func TestBootTime(t *testing.T) {
t.Logf("boot time: %s", BootTime().Format(time.RFC3339Nano))
}