diff --git a/Development/Go/testing.md b/Development/Go/testing.md index a84e264..8d4c03c 100644 --- a/Development/Go/testing.md +++ b/Development/Go/testing.md @@ -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