- September 17, 2019
Closure driven tests: an alternative style to table driven tests in go
- September 11, 2019
Using Go 1.13’s new ReportMetric API to benchmark t-digest implementations
- July 2, 2019
Go’s wrapped return pattern to clean up objects with background goroutines
- December 18, 2017
Aspects of a good Go library
- July 26, 2017
Interface wrapping method erasure
- December 19, 2016
Creating custom Go profiles with pprof
- December 5, 2016
What “accept interfaces, return structs” means in Go
- November 15, 2016
Go race condition trivia
- September 21, 2016
For Go builtins, nil and empty read the same
- August 29, 2016
Go 1.7 httptrace and context debug patterns