Skip to content

Instantly share code, notes, and snippets.

Created December 22, 2017 04:42
Show Gist options
  • Save anonymous/8d33e4497c5ec7d21157b76e361e50a0 to your computer and use it in GitHub Desktop.
Save anonymous/8d33e4497c5ec7d21157b76e361e50a0 to your computer and use it in GitHub Desktop.
#!bin/bash
brew install go
mkdir -p ~/Developer/go
export GOPATH=$HOME/Developer/go
go get golang.org/x/tour/gotour
cd $GOPATH
./bin/gotour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment