Skip to content

Instantly share code, notes, and snippets.

View napster11's full-sized avatar

Shivam Singh napster11

View GitHub Profile
@napster11
napster11 / GoSetup
Created July 30, 2016 15:01 — forked from ram-rana-16/GoLang setup
GOlang Setup Environment Linux and OS X
#Set these variables in .bash_profile (OS X) file
export GOPATH=$HOME/workspace
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$GOROOT/bin