X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=golang%2Finstall.bash;h=caeea6e504ce237f53a4c19850fede71ffa2f758;hb=1c8b477efd0a1abb5c2c4e0258881985824ddb64;hp=59ca0f4df08321a2c951a7bb9f464f79912e77e6;hpb=d76c736d74083ee05f9c6c8ccbecff7bc8f77eb1;p=webi-installers%2F.git diff --git a/golang/install.bash b/golang/install.bash index 59ca0f4..caeea6e 100644 --- a/golang/install.bash +++ b/golang/install.bash @@ -83,6 +83,7 @@ pushd "$WEBI_TMP" 2>&1 >/dev/null cp -Hr ./go*/* "$new_go_home/" 2>/dev/null cp -Hr ./go*/.* "$new_go_home/" 2>/dev/null fi + rm -rf ./go* # Install x go $new_go_home/bin/go get golang.org/x/tools/cmd/goimports > /dev/null 2>/dev/null