mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-05-08 07:19:21 -05:00
Fixed lint issues, set Go version to 1.16.4
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user