Golang - Custom Error Type And Password Validation
Apr 5, 2022 路 4 min read 路 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...
Join discussion



