add go coverage

main
hau 2020-09-11 16:43:48 +07:00
parent 2044535454
commit 796fcfb7ac
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ go tool cover -func=coverage.out
# Coverage with HTML
go tool cover -html=coverage.out
# Output coverage with HTML
go tool cover -html=coverage.out -o coverage.html
```
## Benchmark