davecgh / go-spew

Implements a deep pretty printer for Go data structures to aid in debugging
ISC License
6.05k stars 364 forks source link

Add limited support for Google App Engine. #36

Closed dmitshur closed 9 years ago

dmitshur commented 9 years ago

This allows the package to build and operate in a limited fashion on Google App Engine, where "unsafe" package is not available.

Closes #35.

This PR is simply for your convenience @davecgh, feel free to make use of it or close it depending on your plan to handle #35.

davecgh commented 9 years ago

Thanks for the PR.

I believe there are a couple more things that need to be considered here before it's ready however:

dmitshur commented 9 years ago

Makes sense. It seems like you will need to take care of significantly more things to resolve that issue than this PR offers. I'll close it. As I said in the description, I made it just in case it's helpful, and it took me a minute to do it because I backported my go-goon/bypass change. I did not realize you'll have extra considerations, but that makes sense.

davecgh commented 9 years ago

np. Thanks for the PR though. It'll still be useful even if a few more things have to be considered.