Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: impl/memory/context.go

Issue 1772943003: Add wrappers for the module module (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: impl/memory/context.go
diff --git a/impl/memory/context.go b/impl/memory/context.go
index ff5b8357bd675e80c916339a72d15ecf8c4cdd23..3efaec2f6c6a7b2b197464bdc3e168ef7f542499 100644
--- a/impl/memory/context.go
+++ b/impl/memory/context.go
@@ -123,7 +123,7 @@ func UseWithAppID(c context.Context, aid string) context.Context {
c = context.WithValue(c, memContextKey, memctx)
c = context.WithValue(c, memContextNoTxnKey, memctx)
c = context.WithValue(c, giContextKey, &globalInfoData{appid: aid})
- return useMail(useUser(useTQ(useRDS(useMC(useGI(c, aid))))))
+ return useMod(useMail(useUser(useTQ(useRDS(useMC(useGI(c, aid)))))))
}
func cur(c context.Context) (p *memContext) {
« no previous file with comments | « impl/dummy/dummy_test.go ('k') | impl/memory/module.go » ('j') | impl/memory/module.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698