Skip to content

Instantly share code, notes, and snippets.

@agamdua
Forked from anonymous/gotour.sh
Created June 3, 2018 18:55
Show Gist options
  • Save agamdua/68e7aff44dcf01f69600b26917639903 to your computer and use it in GitHub Desktop.
Save agamdua/68e7aff44dcf01f69600b26917639903 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