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 install the watcher cmd
watcher
go install github.com/mozey/watcher
it errors with lines like the following
go/src/github.com/mozey/watcher/vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go... go:linkname must refer to declared function or variable
The text was updated successfully, but these errors were encountered:
See this comment, and solution here: update the golang.org/x/sys package and vendor
golang.org/x/sys
go get -u golang.org/x/sys go mod vendor go mod verify
Fixed in dcc1a2c
Sorry, something went wrong.
See https://github.com/mozey/watcher/releases/tag/v0.1.1
No branches or pull requests
When trying to install the
watcher
cmdit errors with lines like the following
The text was updated successfully, but these errors were encountered: