Skip to content

Commit

Permalink
make fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AbericYang committed Jul 16, 2020
1 parent fe18dcb commit 791f2b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grope/tune/tune.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ func ParseMultipartForm(r *http.Request) (*MultipartForm, error) {
return nil, ErrContentType
}

// MultipartForm MultipartForm
type MultipartForm struct {
Params map[string]interface{}
Files map[string][]*FormFile
Expand Down

0 comments on commit 791f2b3

Please sign in to comment.