Compare commits

..

No commits in common. "6942b984c1e19d78790e40688e624f50431e432c" and "7405c824fe0b558f902c0e18ea083fc46e7b729e" have entirely different histories.

2 changed files with 1 additions and 4 deletions

3
go.mod
View File

@ -1,3 +0,0 @@
module git.fuyu.moe/Fuyu/validate
go 1.17

View File

@ -143,7 +143,7 @@ func TestRuleGteLte(t *testing.T) {
check(t, fail5, 1)
}
func TestRuleLenMinMax(t *testing.T) {
func TestLenMinMax(t *testing.T) {
type s struct {
A string `validate:"len=3"`
B []int `validate:"min=2"`