We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf1aa1 commit eb34516Copy full SHA for eb34516
content/posts/meetup-45-wrapup.md
@@ -68,14 +68,14 @@ into your projects folder, then:
68
$ gocoverageplus -i c.out -o p.out
69
```
70
71
-The render the report, e.g. as HTML or to stdout. A nice little TUI for
+Then render the report, e.g. as HTML or to stdout. A nice little TUI for
72
coverage reports is: [gocovsh](https://github.com/orlangure/gocovsh).
73
74
[](https://github.com/orlangure/gocovsh)
75
76
### Go scheduler overlay
77
78
-We took another view on testing, through the lens of [timestone](https://github.com/Metamogul/timestone),
+We took another look on testing, through the lens of [timestone](https://github.com/Metamogul/timestone),
79
80
> a library to create deterministic and easy-to-understand unit tests for time-dependent, concurrent go code.
81
0 commit comments