translation/chinese/01-安装与介绍/osx-安装指南.md
如果已经安装好homebrew, 可以按照如下步骤安装Go
# 安装git可以参照如下命令:
brew install git
# go 安装命令
brew install go
# 添加 GOBIN 路径 ~/.bash_profile
export PATH=${HOME}/go/bin:$PATH
~/Applications路径.打开 VS Code; 点击扩展插件功能, 搜索 "go" 下载
下载完成后重启VS Code
选择 View 菜单; 选择 Command Palette
cmd+shift+pgo install重启 Command Palette
shell更多内容: https://blog.learngoprogramming.com
Copyright © 2018 Inanc Gumus
Learn Go Programming Course