Skip to content

Instantly share code, notes, and snippets.

View ezaurum's full-sized avatar
🏠
Working from home

Cho seokgyu ezaurum

🏠
Working from home
View GitHub Profile
#!/bin/bash
set -e
GVERSION="1.9.2"
GFILE="go$GVERSION.linux-amd64.tar.gz"
GOPATH="$HOME/go"
GOROOT="/usr/local/go"
if [ -d $GOROOT ]; then
echo "Installation directories already exist $GOROOT"