Skip to content

Instantly share code, notes, and snippets.

View aespinoza's full-sized avatar
🎯
Focusing

Alex Espinoza aespinoza

🎯
Focusing
View GitHub Profile
@aespinoza
aespinoza / go-workspace-setup.sh
Created July 19, 2017 18:26 — forked from burdenless/go-workspace-setup.sh
Install and setup a Golang workspace on OSX
#### Script to bootstrap a Golang workspace on OSX ####
#######################################################
# DL and Install ######################################
brew install go
# Set up directory structure ##########################
GODIR_DEFAULT="$HOME/Code/go"
echo "Location to install Go (default: $HOME/Code/go) [RETURN to use default]: "
read GODIR