Index: go/src/infra/gae/libs/wrapper/gae/taskqueue.go |
diff --git a/go/src/infra/gae/libs/wrapper/gae/taskqueue.go b/go/src/infra/gae/libs/wrapper/gae/taskqueue.go |
index a448a51c6c5ef81729482949abfb61fcd9509529..41ebc8b910a6801d835087a94ba3a705f0f758de 100644 |
--- a/go/src/infra/gae/libs/wrapper/gae/taskqueue.go |
+++ b/go/src/infra/gae/libs/wrapper/gae/taskqueue.go |
@@ -13,9 +13,9 @@ import ( |
"infra/gae/libs/wrapper" |
) |
-// UseTQ adds a wrapper.TaskQueue implementation to context, accessible |
+// useTQ adds a wrapper.TaskQueue implementation to context, accessible |
// by wrapper.GetTQ(c) |
-func UseTQ(c context.Context) context.Context { |
+func useTQ(c context.Context) context.Context { |
return wrapper.SetTQFactory(c, func(ci context.Context) wrapper.TaskQueue { |
return tqImpl{ctx(ci).Context} |
}) |