Created
December 12, 2023 00:13
-
-
Save scottjbarr/6a849c51f052edd894964911eb00da65 to your computer and use it in GitHub Desktop.
Go tools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Install common Go tools. | |
# | |
# Author : Scott Barr | |
# Date. : 12 Dec 2023 | |
# | |
go install golang.org/x/tools/cmd/goimports@latest | |
go install golang.org/x/tools/gopls@latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment