move examples into zero-examples (#453)

* move examples to zero-examples

* tidy go.mod

* add examples refer in readme
This commit is contained in:
Kevin Wan
2021-02-08 22:23:36 +08:00
committed by GitHub
parent c7f3e6119d
commit 1789b12db2
179 changed files with 2 additions and 8376 deletions

View File

@@ -165,6 +165,7 @@ GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/tal-tech/
* [快速构建高并发微服务](https://github.com/tal-tech/zero-doc/blob/main/doc/shorturl.md)
* [快速构建高并发微服务 - 多 RPC 版](https://github.com/tal-tech/zero-doc/blob/main/docs/zero/bookstore.md)
* [goctl 使用帮助](https://github.com/tal-tech/zero-doc/blob/main/doc/goctl.md)
* [Examples](https://github.com/zeromicro/zero-examples)
* 精选 `goctl` 插件