Fixed lint issues, set Go version to 1.16.4

This commit is contained in:
Marc Ole Bulling
2021-05-07 17:15:12 +02:00
parent e6c3cfdc68
commit c8a019e22a
7 changed files with 9 additions and 5 deletions
@@ -11,6 +11,7 @@ import (
"time"
)
// Process processes a file upload request
func Process(w http.ResponseWriter, r *http.Request, isWeb bool) error {
err := r.ParseMultipartForm(20 * 1024 * 1024)
if err != nil {