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