blob: 4cdaaa4bca47695e228272051083d58c38d64efe [file] [log] [blame]
#!/bin/bash
GOROOT=/usr/local/go
echo "Removing previous installation"
if [ -d $GOROOT ]; then
rm -r $GOROOT
fi