I added E164 validator for phone numbers in this repo. Also wrote a test to check whether it works or not in validator_test.go file.
Changes I made are: added proper E164 regex in patterns.go and then added a function in validator.go to check whether if phone number has E164 format or not.
I added E164 validator for phone numbers in this repo. Also wrote a test to check whether it works or not in validator_test.go file. Changes I made are: added proper E164 regex in patterns.go and then added a function in validator.go to check whether if phone number has E164 format or not.