01-get-started/osx-installation.md
If you have homebrew installed, you can easily install Go like so:
# if you don't have git install it like so:
brew install git
# then install go
brew install go
# add GOBIN path to your PATH in ~/.bash_profile
export PATH=${HOME}/go/bin:$PATH
~/Applications directory.Open VS Code; from the extensions tab at the left, search for "go" and install it
Close VS Code completely and open it up again
Go to View menu; select Command Palette
cmd+shift+pgo installAfter it's done, open the Command Palette again
shellFor more tutorials: https://blog.learngoprogramming.com
Copyright © 2018 Inanc Gumus
Learn Go Programming Course