We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type Foo struct { ID uint `json:"id" binding:"required"` }
支持直接解析这个 tag,就不需要再写 @require 注释了
@require