go

Golang字段类型验证

英文: Golang field type validation 问题 我有一个结构体: type InputData struct { SomeNumber int `json:"someN...