KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
go-cpf
★ 12
Open GitHub ↗
CPF validator and generator in Go
Download README (.md)
Explore Similar Repositories
insomnia-plugin-documents-br
:
O plugin tem a finalidade de gerar documentos e alguns dados mais usados, o foco é para dados do Brasil.
gerador
:
Gerador de CPF, CNPJ, RG e Cartão de Crédito válidos - JSON Pretty - Base64 Encode e Decode - Hash
brval
:
Validations and generators for many Brazilian codes, like CPF, CNPJ, CNH, CEP etc...
gerador-br
:
Pacote NPM - Gerador de Dados Fictícios - Brasil
cpf-check
:
CPF Validator, Generator e Formatter, runs both on browser and server-side. Incredibly Small 2.2KB (447bytes gziped!!).
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
go-cpf
?
Download (.md)
# go-cpf [](http://travis-ci.org/mvrilo/go-cpf) [CPF](https://en.wikipedia.org/wiki/Cadastro_de_Pessoas_F%C3%ADsicas) validator and generator written in Go. ## Usage #### Command-line example: ```bash $ go get github.com/mvrilo/go-cpf/cmd/cpf $ cpf 487.160.523-07 $ cpf 487.160.523-07 ✔ ``` #### API example: ```go package main import "github.com/mvrilo/go-cpf" func main() { println(cpf.GeneratePretty()) } ``` ## License See [LICENSE](https://github.com/mvrilo/go-cpf/blob/master/LICENSE)