项目地址 https://github.com/guonaihong/gout https://gitee.com/guonaihong/gout 本次更新 绑定数据支持校验 package main import ( "fmt" "time" "github.com/gin-gonic/gin" "github.com/guonaihong/gout" ) type bodyJSON struct { Code int `valid:"required"` } func server() { r :... gout v0.2.6 版本更新,Go 实现的 http RESTful 客户端和 benchmark lib下载地址