You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we use install-<tool-name> Makefile targets to install tools. Instead, we should use the recommended tools.go approach as described here: golang/go#25922
The text was updated successfully, but these errors were encountered:
Right now, we use
install-<tool-name>
Makefile targets to install tools. Instead, we should use the recommendedtools.go
approach as described here: golang/go#25922The text was updated successfully, but these errors were encountered: