mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
fix incompatible go get syntax
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ pkg_post_install() {
|
||||
# Install x go
|
||||
echo "Building go language tools..."
|
||||
echo gopls
|
||||
"$pkg_dst_cmd" get golang.org/x/tools/gopls@latest > /dev/null #2>/dev/null
|
||||
"$pkg_dst_cmd" get golang.org/x/tools/gopls > /dev/null #2>/dev/null
|
||||
echo gotags
|
||||
"$pkg_dst_cmd" get github.com/jstemmer/gotags > /dev/null #2>/dev/null
|
||||
echo goimports
|
||||
|
||||
Reference in New Issue
Block a user