Codebase list golang-github-go-playground-validator-v10 / df95f9d
Merge pull request #71 from bluesuncorp/v5-development V5 development Dean Karn 8 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
20432043
20442044 func TestStructStringValidation(t *testing.T) {
20452045
2046 validate.SetMaxStructPoolSize(11)
2047
20462048 tSuccess := &TestString{
20472049 Required: "Required",
20482050 Len: "length==10",