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
go install
Given that go get is deprecated, we should change this line to use go install instead:
go get
go-projectile/go-projectile.el
Line 100 in ad4ca3b
The text was updated successfully, but these errors were encountered:
scripts/install-go-tools: Add script to install tools for go-mode
ee9cd0f
Because of: dougm/go-projectile#24
No branches or pull requests
Given that
go get
is deprecated, we should change this line to usego install
instead:go-projectile/go-projectile.el
Line 100 in ad4ca3b
The text was updated successfully, but these errors were encountered: