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
The following result is the error due to shirou/gopsutil#1000 regarding gopsutil-v2 incompatibility with macOS/arm64.
go get ./... # github.com/shirou/gopsutil/process ../../go/pkg/mod/github.com/shirou/gopsutil@v2.18.12+incompatible/process/process_darwin.go:567:34: undefined: KinfoProc ../../go/pkg/mod/github.com/shirou/gopsutil@v2.18.12+incompatible/process/process_darwin.go:568:8: undefined: KinfoProc ../../go/pkg/mod/github.com/shirou/gopsutil@v2.18.12+incompatible/process/process_darwin.go:581:32: undefined: KinfoProc ../../go/pkg/mod/github.com/shirou/gopsutil@v2.18.12+incompatible/process/process_darwin.go:585:62: undefined: KinfoProc
Opening the fix PR that addresses this.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The following result is the error due to shirou/gopsutil#1000 regarding gopsutil-v2 incompatibility with macOS/arm64.
Opening the fix PR that addresses this.
The text was updated successfully, but these errors were encountered: