aboutsummaryrefslogtreecommitdiff
path: root/compile/gopls.sh
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2026-01-19 10:51:47 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2026-01-19 10:51:47 -0500
commit4128a9b788751d1af63b1dee185dc94fc341053e (patch)
tree0842b259447039c17a4fb991598f094e83df4ba3 /compile/gopls.sh
parent7cf36f569b550b3554164a8119e61dbbcdee9c58 (diff)
downloaddotfiles-4128a9b788751d1af63b1dee185dc94fc341053e.tar.gz
dotfiles-4128a9b788751d1af63b1dee185dc94fc341053e.tar.xz
compile script for goplsHEADmaster
Diffstat (limited to 'compile/gopls.sh')
-rwxr-xr-xcompile/gopls.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/compile/gopls.sh b/compile/gopls.sh
new file mode 100755
index 0000000..df20648
--- /dev/null
+++ b/compile/gopls.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -ex
+go install golang.org/x/tools/gopls@latest