We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# github.com/nelkinda/health-go/checks/uptime ../../../../pkg/mod/github.com/nelkinda/health-go@v0.0.1/checks/uptime/system.go:15:9: undefined: syscall.Sysinfo_t ../../../../pkg/mod/github.com/nelkinda/health-go@v0.0.1/checks/uptime/system.go:16:9: undefined: syscall.Sysinfo
The text was updated successfully, but these errors were encountered:
Do you have any suggestion for an alternative, or would you prefer this to simply be disabled on Mac OS X for the time being?
Sorry, something went wrong.
Having the same issue using this, but on Windows 10
syscall package is deprecated, so x/sys/unix for Linux/Macos, and s/sys/windows for Windows; but I don't know what functions you need in Windows. @CalebRose do you know?
More info on the deprecation
No branches or pull requests
The text was updated successfully, but these errors were encountered: