diff --git a/host/host_darwin.go b/host/host_darwin.go index 6e85dd0..1e6e3c6 100644 --- a/host/host_darwin.go +++ b/host/host_darwin.go @@ -67,7 +67,7 @@ func BootTime() (uint64, error) { return 0, err } - return boottime, nil + return uint64(boottime), nil } func Users() ([]UserStat, error) {