Skip to content

Commit

Permalink
修复插件链接错误问题
Browse files Browse the repository at this point in the history
  • Loading branch information
kesonan committed May 26, 2024
1 parent 0e3affb commit 11f65e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/reference/goctl-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ slug: /docs/reference/goctl/plugins

goctl api 提供了 plugin 命令来支持对 api 进行功能扩展,当 goctl api 中的功能不满足你的使用,
或者需要对 goctl api 进行功能自定义的扩展,那么插件功能将非常适合开发人员进行自给自足,详情见
[goctl plugin](../goctl/plugin)
<a href="/docs/tutorials/cli/api#plugin" target="_blank">goctl api plugin</a>

## 插件资源

- [goctl-go-compact](https://github.com/zeromicro/goctl-go-compact)
goctl 默认的一个路由一个文件合并成一个文件

- [goctl-swagger](https://github.com/zeromicro/goctl-swagger)
通过 api 文件生成 swagger 文档

- [goctl-php](https://github.com/zeromicro/goctl-php)
goctl-php 是一款基于 goctl 的插件,用于生成 php 调用端(服务端) http server 请求代码
goctl-php 是一款基于 goctl 的插件,用于生成 php 调用端(服务端) http server 请求代码

Check failure on line 21 in docs/reference/goctl-plugins.md

View workflow job for this annotation

GitHub Actions / lint-markdown

Files should end with a single newline character

docs/reference/goctl-plugins.md:21:62 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md047.md

0 comments on commit 11f65e9

Please sign in to comment.