▲ comment posted on Video: Writing testable Go code by Tobias Theel 1624 days ago ▼ Nicely explained. Most important takeaways (for me) are: Use table driven tests AND use interfaces, so you can mock stuff :)