update
This commit is contained in:
parent
9ac34b4d7b
commit
90339758bc
@ -5,8 +5,8 @@ if type npm > /dev/null; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if type go > /dev/null; then
|
if type go > /dev/null; then
|
||||||
go get -u -v github.com/sourcegraph/go-langserver
|
go install github.com/sourcegraph/go-langserver@latest
|
||||||
go get -u github.com/jstemmer/gotags
|
go install github.com/jstemmer/gotags@latest
|
||||||
go get -u github.com/cweill/gotests/...
|
go get -u github.com/cweill/gotests/...
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user