Index: go/src/infra/gae/libs/wrapper/memory/memcache.go |
diff --git a/go/src/infra/gae/libs/wrapper/memory/memcache.go b/go/src/infra/gae/libs/wrapper/memory/memcache.go |
index fd6a60f11e8363fb615e3a986facb6a3b6492cab..9876e7cbe9544859e24f054ec1519e75af655d83 100644 |
--- a/go/src/infra/gae/libs/wrapper/memory/memcache.go |
+++ b/go/src/infra/gae/libs/wrapper/memory/memcache.go |
@@ -39,9 +39,9 @@ var ( |
_ = wrapper.Testable((*memcacheImpl)(nil)) |
) |
-// 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 { |
lck := sync.Mutex{} |
mcdMap := map[string]*memcacheData{} |