feat: update READMe add goreportcard
This commit is contained in:
parent
03272b363d
commit
d37336d578
19
README.md
19
README.md
|
@ -58,3 +58,22 @@ 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%
|
||||
```
|
Loading…
Reference in New Issue