- Renamed functions to have more descriptive names.

- Ensured that function names follow go-lint naming conventions.
- Corrected and spelling mistakes in the codebase.
This commit is contained in:
anazibinurasheed 2023-09-13 12:03:13 +05:30
parent aec45eb55b
commit e3aef9a949

View File

@ -50,7 +50,7 @@ type FooBarFileStruct struct {
type FooBarFileFailStruct struct {
FooBarStruct
File *multipart.FileHeader `invalid_name:"file" binding:"required"`
// for unexport test
// for unexported test
data *multipart.FileHeader `form:"data" binding:"required"`
}