Merge branch 'master' into master

This commit is contained in:
Kostadin Plachkov 2018-10-10 23:23:02 +03:00 committed by GitHub
commit 53556b778b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1721,11 +1721,11 @@ type StructX struct {
} }
type StructY struct { type StructY struct {
Y StructX `form:"name_y"` // HERE hava form Y StructX `form:"name_y"` // HERE have form
} }
type StructZ struct { type StructZ struct {
Z *StructZ `form:"name_z"` // HERE hava form Z *StructZ `form:"name_z"` // HERE have form
} }
``` ```