Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFillol authored Oct 19, 2023
1 parent 5f24a81 commit 304fb6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
Package for manipulation and validation of lawsuit number in CNJ format. The CNJ format is defined in [Resolução 65 do CNJ](https://atos.cnj.jus.br/files/resolucao_comp_65_16122008_26032019140041.pdf)

## Instal
``` go get -u github.com/Darklabel91/CNJ_Validate ```
```
go get -u github.com/DanielFillol/CNJ_Validate
```

## Data Struct
Retuurn data can be: ```string```, ```bool```, ```AnalysisCNJ``` or ```DecomposedCNJ```, the last two:
Expand Down

0 comments on commit 304fb6f

Please sign in to comment.