🇧🇷 CPF validation in Go

Adds CI badge

authored by

Eduardo Cuducos and committed by
GitHub
051df1d4 59e7811d

+2 -2
+2 -2
README.md
··· 1 - # Go CPF 1 + # Go CPF ![Tests](https://github.com/cuducos/go-cpf/workflows/Tests/badge.svg) 2 2 3 3 Three things about this repo: 4 4 5 5 1. I just started to learn [Go](https://golang.org/) with [_Learn Go With Tests_](https://quii.gitbook.io/learn-go-with-tests/) and this CPF (Brazilian unique identifier for the Federal Revenue) validation script is actually **my very first lines in Go** (except the ones from the book) 6 6 2. I'm sharing it here to get **feedback** ❤️ 7 - 3. It's not a proper or usable package yet, I just expect **`go test`** to pass : ) 7 + 3. It's not a proper or usable package yet, I just expect **`go test`** to pass : )