Sign in
go
/
go
/
61dca94e107170d2ff3beb13bb9fa5ce49d8d6fd
/
.
/
misc
/
makerelease
/
darwin
/
scripts
/
preinstall
blob: 4cdaaa4bca47695e228272051083d58c38d64efe [
file
]
#!/bin/bash
GOROOT
=/
usr
/
local
/
go
echo
"Removing previous installation"
if
[
-
d $GOROOT
];
then
rm
-
r $GOROOT
fi