Index: service/blobstore/types.go |
diff --git a/service/blobstore/types.go b/service/blobstore/types.go |
index a2ce44e0e46981b4bc2c7d913e1fd9ff27e2b434..d8d5c55e37000da3eacce02d1bf734039b632feb 100644 |
--- a/service/blobstore/types.go |
+++ b/service/blobstore/types.go |
@@ -6,10 +6,6 @@ package blobstore |
// Key is a key for a blobstore blob. |
// |
-// Conceptually, this type belongs in the blobstore package, but it lives in the |
-// appengine package to avoid a circular dependency: blobstore depends on |
-// datastore, and datastore needs to refer to the Key type. |
-// |
// Blobstore is NOT YET supported by gae, but may be supported later. Its |
// inclusion here is so that the RawDatastore can interact (and round-trip) |
// correctly with other datastore API implementations. |