▲ 6 ▼ Video: Writing testable Go code youtu.be posted by pltvs 1662 days ago ▲ Tobias Theel 1274 days ago ▼ Nicely explained. Most important takeaways (for me) are: Use table driven tests AND use interfaces, so you can mock stuff :) Contributing Register to comment or vote on this story
Nicely explained.
Most important takeaways (for me) are: Use table driven tests AND use interfaces, so you can mock stuff :)