Open
Description
So, I just got a basic program running that responds to a GET /
via the normal net/http package API, but talking to the sandstorm api server. woo! but it involved this hack:
In the capnp schema, WebSession inherits from UiSession, but the generated go packages don't reflect this in a useful way.