Closed
Description
After importing the recent context changes in #529 into Google, I became aware that it is a bit trickier now to use this same code base either within an App Engine project or outside of one.
I had to pull a few tricks with // +build appengine
and // +build !appengine
in a couple new files and patched a couple other files to make it all work.
I'm not sure if anyone is really interested in these changes, but if you are, please let me know and I'll see if I can replicate the needed changes in a new PR and incorporate them into the library.