add Golang

This commit is contained in:
Morgan Wattiez 2019-10-25 14:25:50 +02:00
parent 67ee126b7e
commit 86564416ba
2 changed files with 2 additions and 0 deletions

View File

@ -120,3 +120,4 @@ brew "nushell"
brew "kubectl"
brew "kubectx"
brew "packer"
brew "go"

View File

@ -119,4 +119,5 @@ case "$(uname -s)" in
export PATH="$PATH:/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/bin/:/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/bin"
;;
esac
export GOPATH="$HOME/go"
export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH"