#安装及测试 ##安装:go get github.com/astaxie/beego/validation##测试:go test github.com/astaxie/beego/validationimport ( "github.com/astaxie/beego/validation" "log")type User struct { Name s...
#安装及测试##安装:
go get github.com/astaxie/beego/validation
##测试:
go test github.com/astaxie/beego/validation
import (
"github.com/astaxie/beego/validation"
"log"
)
type User struct ...