godebug does not work with code that imports net/http (since go 1.6) · Issue #88 · mailgun/godebug

whenever I import net/http, I get all sorts of errors when I try and run godebug. The same code works fine when I build and run it with go directly. Here is a simple example app and the output of g...