thedevsaddam / govalidator

Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
MIT License
1.31k stars 124 forks source link

Mime type correction #115

Open nachikamod opened 2 years ago

nachikamod commented 2 years ago

Govalidator throws an error

The content field file mime type/subtype is invalid

if we do not provide type of the mime followed by / in MapData