Golang - Custom Error Type And Password Validation



The objective is to perform validation on the password input to make sure the password is strong. In the process learn about how to define a custom error type and use that. We will be checking the following things in the password.



Minimum of one sma...



Read: https://blog.harishdurga.com/golang-custom-error-type-and-password-validation