From f7dc2b41dee8a72ff90c763251aecd86116e135a Mon Sep 17 00:00:00 2001 From: Phodal HUANG Date: Tue, 29 Oct 2019 19:51:12 +0800 Subject: [PATCH] docs: update README --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b7ea3e3..fe550b8 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 -- GitLab