Update appengine for the Go 1.11 runtime.

https://cloud.google.com/appengine/docs/standard/go111/go-differences
This is untested, because I wasn't actually able to deploy without
enabling Cloud Build and setting up a billing account.
This commit is contained in:
David Fifield 2020-02-24 00:15:54 -07:00
parent c124e8c643
commit c2a12c25d1
3 changed files with 28 additions and 4 deletions

View file

@ -1,6 +1,6 @@
// A web app for Google App Engine that proxies HTTP requests and responses to
// the Snowflake broker.
package reflect
package main
import (
"context"