Joi type schema validation in golang

Is there any library in golang that provides schema validation like Joi(those who have worked on nodejs will know) . Joi basically validates input schema like whether a string is an email or ip.

1 Like

I’ve never used any validation packages, but a quick search yields this as a popular one:

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.