mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 05:16:35 +08:00
- 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:
parent
aec45eb55b
commit
e3aef9a949
@ -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"`
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user