Index: service/memcache/context.go |
diff --git a/service/memcache/context.go b/service/memcache/context.go |
index 26afee87c327ba79ca28d7559c36012846d306ea..7e9cb724a44b42e67db7023c3ada04a40b90a85e 100644 |
--- a/service/memcache/context.go |
+++ b/service/memcache/context.go |
@@ -33,8 +33,8 @@ func getUnfiltered(c context.Context) RawInterface { |
return nil |
} |
-// GetRaw gets the current memcache implementation from the context. |
-func GetRaw(c context.Context) RawInterface { |
+// Raw gets the current memcache implementation from the context. |
+func Raw(c context.Context) RawInterface { |
ret := getUnfiltered(c) |
if ret == nil { |
return nil |