I'm Brett Slatkin and this is where I write about programming and related topics. You can contact me here or view my projects.

05 January 2015

Two different approaches to HTTP request contexts in Go servers. These rely on passing another parameter to every function involved in handling a request. That kind of repetition makes me hungry for a threadlocal that works with goroutines. Such an idea is taboo in Go, but apparently it's possible.
© 2009-2024 Brett Slatkin