Golang-JWT-Gin-Authentication-project
Golang-JWT-Gin-Authentication-project copied to clipboard
The validate email required
I fixed the email required from
this
json:"email" validate:"email,required"
to
json:"email" validate:"required"
it was actually giving an error