There are two test options that make testing in Go especially powerful: one is -cover, which generates test coverage reports, and the other is -race, which warns of possible race conditions in your code. If you haven’t used them yet, you... | Herman Schaaf | Programmer and traveler
Comments (0)
Sign in to post comments.