Skip to content

Commit bdac7db

Browse files
Luis G. Villegaszupzup
Luis G. Villegas
authored andcommitted
camelCased input identifier
1 parent 77d7a4e commit bdac7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func uploadFileHandler() http.HandlerFunc {
3333
}
3434

3535
// parse and validate file and post parameters
36-
file, fileHeader, err := r.FormFile("uploadfile")
36+
file, fileHeader, err := r.FormFile("uploadFile")
3737
if err != nil {
3838
renderError(w, "INVALID_FILE", http.StatusBadRequest)
3939
return

0 commit comments

Comments
 (0)