CPF, CNPJ, CEP, CNH, PIS/PASEP, RENAVAM, CNS and license plate validator for Go!
Everything in this file, but the License section, is in portuguese.
BR Doc é um pacote para validação, tanto do formato quanto dos dígitos, de documentos brasileiros, como CPF, CNPJ, CEP, CNH, PIS/PASEP, RENAVAM, placa veicular e RG (só SP e RJ).
Aceito PRs de todas as formas. Está permitido escrever em português, também. :)
Principais funções:
func IsCPF(doc string) bool
func IsCNPJ(doc string) bool
func IsCEP(doc string, ufs ...FederativeUnit) bool
func IsCNH(doc string) bool
func IsPIS(doc string) bool
func IsRENAVAM(doc string) bool
func IsPlate(doc string) bool
func IsNationalPlate(doc string) bool
func IsMercosulPlate(doc string) bool
func IsCNS(doc string) bool
func IsRG(doc string, uf FederativeUnit) bool
- validação de CPF
- validação de CNPJ
- validação de CEP
- validação de CNH (obrigado @eminetto!)
- validação de RENAVAM (obrigado @leogregianin!)
- validação de placa veicular
- validação de CNS (obrigado @renatosuero!)
- validação de RG
- SP (obrigado @robas!)
- RJ (obrigado @robas!)
- demais estados
This project code is in the public domain. See the LICENSE file.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be in the public domain, without any additional terms or conditions.