diff options
Diffstat (limited to 'installer/install-gopls.cmd')
-rwxr-xr-x | installer/install-gopls.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install-gopls.cmd b/installer/install-gopls.cmd index 5bdfa9a..a219962 100755 --- a/installer/install-gopls.cmd +++ b/installer/install-gopls.cmd @@ -1,3 +1,3 @@ -@echo off +#!/bin/sh go get -u golang.org/x/tools/cmd/gopls |