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
When trying to compile a simple program with monkit (version taken with go get gopkg.in/spacemonkeygo/monkit.v2/...), I get an error:
go get gopkg.in/spacemonkeygo/monkit.v2/...
# gopkg.in/spacemonkeygo/monkit.v2/environment ../../../../gopkg.in/spacemonkeygo/monkit.v2/environment/os.go:31: undefined: proc
I don't see where that proc is defined...
The text was updated successfully, but these errors were encountered:
interesting, https://github.com/spacemonkeygo/monkit/blob/v2/environment/proc_linux.go defines it on linux, and https://github.com/spacemonkeygo/monkit/blob/v2/environment/proc_other.go defines it on not linux. what does go env say for you?
go env
Sorry, something went wrong.
No branches or pull requests
When trying to compile a simple program with monkit (version taken with
go get gopkg.in/spacemonkeygo/monkit.v2/...
), I get an error:I don't see where that proc is defined...
The text was updated successfully, but these errors were encountered: