Index: impl/dummy/doc.go |
diff --git a/dummy/doc.go b/impl/dummy/doc.go |
similarity index 86% |
rename from dummy/doc.go |
rename to impl/dummy/doc.go |
index 426727e8210fb02ad8b2c92cdc4b5e95c6700c6d..e1e723e6fff829192816d86595ebbefb2862c835 100644 |
--- a/dummy/doc.go |
+++ b/impl/dummy/doc.go |
@@ -3,11 +3,10 @@ |
// found in the LICENSE file. |
// Package dummy comtains dummy implementations of: |
-// * gae.RawDatastore |
-// * gae.Memcache |
-// * gae.TaskQueue |
-// * gae.GlobalInfo |
-// * gae.DSQuery |
+// * datastore.Interface |
+// * memcache.Interface |
+// * taskqueue.Interface |
+// * info.Interface |
// |
// These dummy implementations panic with an appropriate error message when |
// any of their methods are called. The message looks something like: |