feat: update READMe add goreportcard

This commit is contained in:
Urko 2023-02-15 20:05:21 +01:00
parent 03272b363d
commit d37336d578
1 changed files with 19 additions and 0 deletions

View File

@ -57,4 +57,23 @@ client:
Then you can just run
```bash
go run main.go
```
## goreportcard
```bash
make goreportcard
```
output:
```bash
goreportcard-cli -v
Grade ........... A+ 94.1%
Files .................. 9
Issues ................. 1
gofmt ............... 100%
go_vet .............. 100%
gocyclo ............. 100%
ineffassign ......... 100%
license ............... 0%
misspell ............ 100%
```