projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b02f1
)
fix incompatible go get syntax
author
AJ ONeal
<coolaj86@gmail.com>
Mon, 29 Jun 2020 20:23:48 +0000
(14:23 -0600)
committer
AJ ONeal
<coolaj86@gmail.com>
Mon, 29 Jun 2020 20:23:48 +0000
(14:23 -0600)
golang/install.sh
patch
|
blob
|
history
diff --git
a/golang/install.sh
b/golang/install.sh
index 6d81bb15172452152ebff91accbc169f724c0a54..f35eecb67da19535a93651ac7d7d78eef6218340 100644
(file)
--- a/
golang/install.sh
+++ b/
golang/install.sh
@@
-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