I wanted to know if anyone can help me out here. I am trying to setup a local version of the Go playground.
Here is my problem though. I tried pairing the webapp from the custom playground with the stock sandbox and was unsuccessful because of how they handle data. There are webapp componenets in the golang/playground repo however those are designed for appengine instead of docker and come with no documentation on how to get it up and running and connected with the sandbox docker image.
Can anyone shed some light on how I can get a webapp running for the sandbox?
Thanks!