when I first came into contact with GO, I encountered some problems. if it is mysql, our fields are fixed, but in mongodb, each record can have different fields. For example, the first record field is {A B C D} . The second record is {A B C D E} E a...
problem description golang s iris framework parses the form into the structure and stops parsing when there are values in the form that do not exist in the structure the environmental background of the problems and what methods you have tried the...