Skip to content

Commit

Permalink
update doc to use table to render plugins (zeromicro#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan authored Jan 9, 2021
1 parent 8774d72 commit 444e5a7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,11 @@ GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/tal-tech/

* 精选 `goctl` 插件

* [goctl-swagger](https://github.com/zeromicro/goctl-swagger) 一键生成 `api``swagger` 文档
* [goctl-android](https://github.com/zeromicro/goctl-android) 生成 `java (android)``http client` 请求代码
* [goctl-go-compact](https://github.com/zeromicro/goctl-go-compact) 合并 `api` 里同一个 `group` 里的 `handler` 到一个 `go` 文件
| 插件 | 用途 |
| ------------- |:-------------|
| [goctl-swagger](https://github.com/zeromicro/goctl-swagger) | 一键生成 `api``swagger` 文档 |
| [goctl-android](https://github.com/zeromicro/goctl-android) | 生成 `java (android)``http client` 请求代码 |
| [goctl-go-compact](https://github.com/zeromicro/goctl-go-compact) | 合并 `api` 里同一个 `group` 里的 `handler` 到一个 `go` 文件 |

## 8. 微信公众号

Expand Down

0 comments on commit 444e5a7

Please sign in to comment.