diff --git a/README.md b/README.md index b7ea3e36a60474913b3d3e0a468b0d6b45f56d5e..fe550b8ab4489c4abbc36974157f38e03fec198c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# 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