I’m a big fan of testing, specifically unit testing and TDD (done correctly, of course). A practice that has grown around Go projects is the idea of a table driven test. This post explores the how and why of writing a table driven test.| Dave Cheney
Go 1.18 Release Notes| tip.golang.org
How to add examples, which double as tests, to your packages.| go.dev
Performance comparison of counting and sorting word frequencies in various languages (Python, Go, C++, C, AWK, Forth, and Rust)| benhoyt.com