-
Notifications
You must be signed in to change notification settings - Fork 158
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
Install for go 1.18+ #75
Comments
this worked for me! |
When I execute the command it brings a lot of messages, and all of them contains "go:linkname must refer to declared function or variable" |
Well can you provide us with those messages? Maybe @latest is not the smartest. It was only to get the version which supports go 1.18 modules |
golang.org/x/sys/unix This is what I get when I try to install it |
Looksl ike internal package error try to install historic version with git tag of repo or commitHash |
With go 1.19, I'm also facing the above issue.
Tried using absolute version instead of latest and got the same results. Does anyone know any workarounds for this? |
I got things working with
The trailing |
I got things working with
|
great! |
I did this and also restarted my system and it worked. |
Go dropped go get for cmd-tools.
executing go install github.com/githubnemo/COmpileDaemon/cmd does not work.
The text was updated successfully, but these errors were encountered: