Skip to content

Instantly share code, notes, and snippets.

@ram-rana-16
ram-rana-16 / GoLang setup
Last active June 26, 2018 05:58
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