Skip to content

Instantly share code, notes, and snippets.

@scottjbarr
Created December 12, 2023 00:13
Show Gist options
  • Save scottjbarr/6a849c51f052edd894964911eb00da65 to your computer and use it in GitHub Desktop.
Save scottjbarr/6a849c51f052edd894964911eb00da65 to your computer and use it in GitHub Desktop.
Go tools
#!/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