Skip to content

mvrilo/go-cpf

Repository files navigation

go-cpf

Build Status

CPF validator and generator written in Go.

Usage

Command-line example:

$ go get github.com/mvrilo/go-cpf/cmd/cpf
$ cpf
487.160.523-07
$ cpf 487.160.523-07
✔

API example:

package main

import "github.com/mvrilo/go-cpf"

func main() {
        println(cpf.GeneratePretty())
}

License

See LICENSE

About

CPF validator and generator in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages