Simple Golang HTTP Request Context Example Nov 15, 2016 · 4 minute read · Comments Intro For the longest time I have wanted to see an easy to understand example (read newbie) of how to add data to the “new” golang 1.7 request context object. Since I wasted more than 2 days looking for something like that and never really found anything I decided to figure it out from the docs and write something u