diff --git a/cmd/cpf/cpf.go b/cmd/cpf/cpf.go index ea917e4..f91f366 100644 --- a/cmd/cpf/cpf.go +++ b/cmd/cpf/cpf.go @@ -98,3 +98,7 @@ func (CPFFunctions) FormatGeneratedCPF() (string, error) { return (CPFFunctions{}).FormatCPF(cpf) } + +func Tes() { + fmt.Println("Test") +}