add Golang
This commit is contained in:
parent
67ee126b7e
commit
86564416ba
1
Brewfile
1
Brewfile
@ -120,3 +120,4 @@ brew "nushell"
|
||||
brew "kubectl"
|
||||
brew "kubectx"
|
||||
brew "packer"
|
||||
brew "go"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user