6 lines
83 B
Bash
6 lines
83 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
"$(dirname "$0")/go_install.sh" golang.org/x/tools/gopls@latest
|