会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
技术颜良
博客园
首页
新随笔
联系
订阅
管理
2024年1月21日
go gin 必须使用 dive 标记,它告诉 required 校验 深入到 slice、array 这样的子结构体里
摘要: package main import ( "fmt" "net/http" "github.com/gin-gonic/gin") type user struct { Name string `json:"name" binding:"required"` Email string `json:
阅读全文
posted @ 2024-01-21 09:15 技术颜良
阅读(367)
评论(0)
推荐(0)
公告