Index: go/src/infra/gae/libs/wrapper/gae/memcache.go |
diff --git a/go/src/infra/gae/libs/wrapper/gae/memcache.go b/go/src/infra/gae/libs/wrapper/gae/memcache.go |
index dc7326a260837c7c1e70e0b45031c20569138096..1d1fdb926e208d03720e6bddb1e553dfd624402c 100644 |
--- a/go/src/infra/gae/libs/wrapper/gae/memcache.go |
+++ b/go/src/infra/gae/libs/wrapper/gae/memcache.go |
@@ -13,9 +13,9 @@ import ( |
"infra/gae/libs/wrapper" |
) |
-// UseMC adds a wrapper.Memcache implementation to context, accessible |
+// useMC adds a wrapper.Memcache implementation to context, accessible |
// by wrapper.GetMC(c) |
-func UseMC(c context.Context) context.Context { |
+func useMC(c context.Context) context.Context { |
return wrapper.SetMCFactory(c, func(ci context.Context) wrapper.Memcache { |
return mcImpl{ctx(c).Context} |
}) |