Index: service/blobstore/doc.go |
diff --git a/service/blobstore/doc.go b/service/blobstore/doc.go |
new file mode 100644 |
index 0000000000000000000000000000000000000000..95c3532c3ce3322ceeff579f05ee0f1eca9b1bbc |
--- /dev/null |
+++ b/service/blobstore/doc.go |
@@ -0,0 +1,13 @@ |
+// Copyright 2015 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+// Package blobstore is a PLACEHOLDER for the blobstore implementation. |
+// |
+// It's not currently implemented, but it may be implemented in the future, if |
+// someone decides they needs it (and they don't just use Google Cloud Storage |
+// directly). |
+// |
+// They Key type here is provided simply for rawdatastore to correctly interface |
+// with BlobKey's written by other appengine apps (e.g. python). |
+package blobstore |