Don't use context.Background().
authorFlorian Forster <ff@octo.it>
Mon, 29 Jan 2018 09:53:30 +0000 (10:53 +0100)
committerFlorian Forster <ff@octo.it>
Mon, 29 Jan 2018 09:53:30 +0000 (10:53 +0100)
commit8c06b36013a7276fc55ac9c00fe73cf7c7c54e9e
tree676a98a1e1331fa0698968356f68b26b1a272e52
parentefc1f271711fbbbf06543c1d4883f377019f8c84
Don't use context.Background().

AppEngine panics when you use a non-AppEngine context. Instead, we need
to load the config at request time.
app/config.go
kraftakt.go