未验证 提交 f7dc2b41 编写于 作者: P Phodal HUANG

docs: update README

上级 6f8a0b5b
# learn-go
# Coca
## 安装 Go
## Dev
### 安装 Go
```bash
brew install go
......@@ -14,7 +16,7 @@ export GOPATH=$HOME/.go
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
```
### 安装 Go 依赖管理工具:godep
#### 安装 Go 依赖管理工具:godep
```
brew install dep
......@@ -22,13 +24,13 @@ brew install dep
TBD.
## Test
### Test
```
go get github.com/onsi/ginkgo
go get github.com/onsi/gomega
```
## Refs
### Refs
[https://github.com/MontFerret/ferret](https://github.com/MontFerret/ferret)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册