Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker uptime isn't fixed #507

Closed
vishr opened this issue Apr 6, 2018 · 0 comments
Closed

Docker uptime isn't fixed #507

vishr opened this issue Apr 6, 2018 · 0 comments

Comments

@vishr
Copy link

vishr commented Apr 6, 2018

This is in reference to #501. I still see an error 0 strconv.ParseInt: parsing "66518.14": invalid syntax with the following test code:

package main

import (
	"fmt"

	"github.com/shirou/gopsutil/host"
)

func main() {
	t, err := host.Uptime()
	fmt.Println(t, err)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants