-
Notifications
You must be signed in to change notification settings - Fork 43
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
go get -u github.com/hasit/bolter error. #21
Comments
可以使用go install 安装
|
Exporting PATH as above worked. |
Different error now with go 1.17
With go1.18, it doesn't work at all
This does work:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I use go get -u github.com/hasit/bolter. an error has occurred.
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
I use go version go1.17.1 windows/amd64. how to fix it?
The text was updated successfully, but these errors were encountered: