-
-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat:增加swag的依赖和用户接口显示 #345
Conversation
mod 需要添加这三项,我的Go依赖有些版本比线上的高。看是否合并进去? |
可以新增依赖,但原有的包,非必要尽量不升级吧,很难进行全面的测试验证 |
我整个人都麻了,go mod tidy一直强行将指定好旧版本的依赖更新到最新版。 exclude (
github.com/gin-gonic/gin v1.9.0
github.com/go-playground/locales v0.14.1
github.com/go-playground/universal-translator v0.18.1
github.com/go-playground/validator/v10 v10.11.2
github.com/pelletier/go-toml/v2 v2.0.6
github.com/ugorji/go/codec v1.2.9
golang.org/x/crypto v0.14.0
golang.org/x/sys v0.13.0
golang.org/x/text v0.13.0
google.golang.org/protobuf v1.28.1
) |
@eryajf
相关接口测试没问题,有时间麻烦合并一下。README需更新一下。 使用方法:初始化 swag init 或者直接启动,我已经把生产的文件上传,可以直接访问如下接口使用 |
辛苦,晚些时候我来验证一下 |
@eryajf 大佬 交换个友链,您这边的链接已经添加 - name: 南宫乘风
desc: 💻运维开发📝Devops技术🔗自动化
avatar: https://ownit.top/img/avatar_hu227367ba8544f2fc7811ed9508937bec_102665_300x0_resize_box_3.png
link: https://ownit.top/ |
我晚些时候更新上来 |
感谢大佬。我一直以为你是开发,看了你博客才知道,你竟然是运维开发,太厉害了。 |
在提出此拉取请求时,我确认了以下几点(请复选框):
填写 PR 内容:
我目前写完用户管理的swag接口,后续会更新其余接口