Skip to content

Commit

Permalink
Remove GOROOT as it's set by asdf golang plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
skirino committed Feb 3, 2017
1 parent b8b97c1 commit 537d6fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zsh/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ export PATH=${ANDROID_SDK_HOME}/platform-tools:$PATH
alias avd_manager='${ANDROID_SDK_HOME}/tools/android avd'

# Go
export GOROOT=$HOME/code/Go/go
export GOPATH=$HOME/code/Go
export PATH=$PATH:$GOPATH/bin:$GOROOT/bin:$GOPATH/go_appengine:$GOPATH/google-cloud-sdk/bin

Expand Down

0 comments on commit 537d6fa

Please sign in to comment.